diff --git a/poetry.lock b/poetry.lock index 0cd6aa3..7a9302a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,13 +164,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "bandit" -version = "1.7.9" +version = "1.8.2" 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.2-py3-none-any.whl", hash = "sha256:df6146ad73dd30e8cbda4e29689ddda48364e36ff655dbfc86998401fcf1721f"}, + {file = "bandit-1.8.2.tar.gz", hash = "sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"}, ] [package.dependencies] @@ -1371,4 +1371,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4a00fe96a5b1ca3fac3e8d242e5da1b5e56cc24194d91b57a80fa67304756fcd" +content-hash = "aeac8afdf6aab78c3242e390ccc896caf13fb85c1258dac29f360504371de049" diff --git a/pyproject.toml b/pyproject.toml index 51464a7..d2b558d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python = "^3.11" omnikinverter = { git = "https://github.com/klaasnicolaas/python-omnikinverter.git", branch = "main" } [tool.poetry.group.dev.dependencies] -bandit = "^1.7.9" +bandit = "^1.8.2" black = "^24.8" blacken-docs = "^1.18.0" codespell = "^2.3.0"