diff --git a/poetry.lock b/poetry.lock index 9069a74..42161c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,13 +21,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[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] @@ -804,4 +804,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "1c1774caa5e950711b88066f11979eea71f65ee13cc4465550637983b50fc2ee" +content-hash = "f3c30e05b3926c8be5a4b27775a861f5665f008549e443d3664774eacdac1736" diff --git a/pyproject.toml b/pyproject.toml index c68d8e5..584d6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ tox = "^4.23.2" mypy = "^1.13" black = "^24.4.2" isort = "^5.13.2" -bandit = "^1.7.9" +bandit = "^1.8.0" flake8 = "^7.1.1" pytest = "^8.3.2" pre-commit = "^3.8.0"