diff --git a/poetry.lock b/poetry.lock index dc0b2dd..3a80eae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,13 +33,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"] [[package]] name = "bandit" -version = "1.7.9" +version = "1.7.10" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.8" 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.7.10-py3-none-any.whl", hash = "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02"}, + {file = "bandit-1.7.10.tar.gz", hash = "sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"}, ] [package.dependencies] @@ -1832,4 +1832,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5c8a1a34b0dbd5fdb46d55c6ede65b9dc322ec00f8b0471642bc363a2aa6559a" +content-hash = "8933144364487969f26b6097bef46009c5ccdf89a7c173f366350191243363f5" diff --git a/pyproject.toml b/pyproject.toml index 214a1b2..c940f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ ruff = "^0.6.6" black = ">=24.1.1" mypy = "^1.11.2" # security -bandit = "^1.7.9" +bandit = "^1.7.10" pip-audit = "^2.4.5" # git commitizen = "^3.29.0"