diff --git a/poetry.lock b/poetry.lock index e461b34..57eba2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -168,13 +168,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] @@ -2319,4 +2319,4 @@ tensorflow = ["tensorflow", "tensorflow-macos"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "1077f39c0d9b47c59bb258e568fc3bce637abc73fa01a995c65b6f8cd3b55b48" +content-hash = "70bf3d8afe4a9d944819c26d9743b79fd13320369d2c5e44cd659cf03801a0de" diff --git a/pyproject.toml b/pyproject.toml index 46fbf0a..5932e7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ h5py = ["h5py"] [tool.poetry.group.test.dependencies] pytest = ">=7.4,<9.0" -bandit = { version = "1.7.8", extras = ["toml"] } +bandit = { version = "1.7.9", extras = ["toml"] } mypy = "^1.4.1" requests = "^2.31.0" aiohttp = "^3.8.5"