diff --git a/poetry.lock b/poetry.lock index ba4b344..779c866 100644 --- a/poetry.lock +++ b/poetry.lock @@ -72,14 +72,14 @@ cryptography = "*" [[package]] name = "bandit" -version = "1.9.2" +version = "1.9.4" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "bandit-1.9.2-py3-none-any.whl", hash = "sha256:bda8d68610fc33a6e10b7a8f1d61d92c8f6c004051d5e946406be1fb1b16a868"}, - {file = "bandit-1.9.2.tar.gz", hash = "sha256:32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce"}, + {file = "bandit-1.9.4-py3-none-any.whl", hash = "sha256:f89ffa663767f5a0585ea075f01020207e966a9c0f2b9ef56a57c7963a3f6f8e"}, + {file = "bandit-1.9.4.tar.gz", hash = "sha256:b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628"}, ] [package.dependencies] @@ -3953,4 +3953,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "dc1a42e5f16948ba48a8437fd90ffb943d7192e8f0a5ef86c8023cc9425bc38e" +content-hash = "ba8f00a7b17957eaf83535c8df33b47a55270bf0cff9fb3fa521eb15b3a43cd8" diff --git a/pyproject.toml b/pyproject.toml index df659c5..d0bdff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8 = "^7.3.0" mypy = "^1.19.0" pylint = "^4.0.4" ruff = "^0.14.9" -bandit = "^1.9.2" +bandit = "^1.9.4" safety = "^3.7.0" pip-audit = "^2.10.0" black = "^25.12.0"