diff --git a/poetry.lock b/poetry.lock index 75d0d30..883b0bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -181,13 +181,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "bandit" -version = "1.7.10" +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.10-py3-none-any.whl", hash = "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02"}, - {file = "bandit-1.7.10.tar.gz", hash = "sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"}, + {file = "bandit-1.8.0-py3-none-any.whl", hash = "sha256:b1a61d829c0968aed625381e426aa378904b996529d048f8d908fa28f6b13e38"}, + {file = "bandit-1.8.0.tar.gz", hash = "sha256:b5bfe55a095abd9fe20099178a7c6c060f844bfd4fe4c76d28e35e4c52b9d31e"}, ] [package.dependencies] @@ -2443,4 +2443,4 @@ tensorflow = ["tensorflow"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9e6b3ee3413d13b1a6ad99b36fd1600a19e38f68c65cb4a158a1b88a1d198f38" +content-hash = "7d29f48f33894d7d410ef51839a602a29eed4a0982d9b7c518300e4884850be5" diff --git a/pyproject.toml b/pyproject.toml index b38ae62..8c3cc8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ h5py = ["h5py"] [tool.poetry.group.test.dependencies] pytest = ">=7.4,<9.0" -bandit = { version = "1.7.10", extras = ["toml"] } +bandit = { version = "1.8.0", extras = ["toml"] } mypy = "^1.4.1" requests = "^2.31.0" aiohttp = "^3.8.5"