diff --git a/poetry.lock b/poetry.lock index e00acc5..79d380d 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.8" +version = "1.7.9" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.8" files = [ - {file = "bandit-1.7.8-py3-none-any.whl", hash = "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381"}, - {file = "bandit-1.7.8.tar.gz", hash = "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b"}, + {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, + {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, ] [package.dependencies] @@ -798,4 +798,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 = "f7b0f7f2311afdc33636c71ab24559881f432bc05db662bf2dc201e1aa2fba59" +content-hash = "df139d96c5e04d6cc72b2f57b4c17369d6ea38602d0a3c66be67eb58d8fa2d45" diff --git a/pyproject.toml b/pyproject.toml index d8515b6..b31ab97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ tox = "^4.15.0" mypy = "^1.10" black = "^24.4.2" isort = "^5.13.2" -bandit = "^1.7.8" +bandit = "^1.7.9" flake8 = "^7.1.0" pytest = "^8.2.2" pre-commit = "^3.7.1"