diff --git a/poetry.lock b/poetry.lock index 703a8f8..53ebb60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -243,13 +243,13 @@ files = [ [[package]] name = "bandit" -version = "1.8.2" +version = "1.8.3" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.9" files = [ - {file = "bandit-1.8.2-py3-none-any.whl", hash = "sha256:df6146ad73dd30e8cbda4e29689ddda48364e36ff655dbfc86998401fcf1721f"}, - {file = "bandit-1.8.2.tar.gz", hash = "sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"}, + {file = "bandit-1.8.3-py3-none-any.whl", hash = "sha256:28f04dc0d258e1dd0f99dee8eefa13d1cb5e3fde1a5ab0c523971f97b289bcd8"}, + {file = "bandit-1.8.3.tar.gz", hash = "sha256:f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a"}, ] [package.dependencies] @@ -2440,4 +2440,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d98f24864514bdab05f3086e2ce66fb4db65860a464089ef147cb927298b48ba" +content-hash = "71604555e827a7743d6feb157635f1688c70b4d22edf65ad3562f989fa526712" diff --git a/pyproject.toml b/pyproject.toml index bf01ab9..b856905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ ruff = "0.9.4" darglint = "^1.8.1" safety = "^3.2.10" codespell = "^2.3.0" -bandit = "^1.8.2" +bandit = "^1.8.3" syrupy = "^4.8.2" [tool.poetry.urls]