diff --git a/poetry.lock b/poetry.lock index 261dfdf6..0e041c0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -63,13 +63,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"] [[package]] name = "bandit" -version = "1.7.9" +version = "1.8.0" description = "Security oriented static analyser for python code." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, - {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, + {file = "bandit-1.8.0-py3-none-any.whl", hash = "sha256:b1a61d829c0968aed625381e426aa378904b996529d048f8d908fa28f6b13e38"}, + {file = "bandit-1.8.0.tar.gz", hash = "sha256:b5bfe55a095abd9fe20099178a7c6c060f844bfd4fe4c76d28e35e4c52b9d31e"}, ] [package.dependencies] @@ -2881,4 +2881,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "89a6365653c3beaf1728c55068e3e240f3d2d07de6738c20ea0f90e2cdb9526d" +content-hash = "e5e1fa10ca6ec98993ea6a8433407a58ab2f5ee35d5368050f06d358661780ab" diff --git a/pyproject.toml b/pyproject.toml index e7b76776..abcee2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,7 @@ coverage = { extras = ["toml"], version = "^7.0.0" } ruff = "^0.6.5" mypy = "^1.11.2" # securitykk -bandit = "^1.7.9" +bandit = "^1.8.0" pip-audit = "^2.7.3" # git commitizen = "^3.0.0"