diff --git a/poetry.lock b/poetry.lock index 008be70..b767c1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -67,13 +67,13 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[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] @@ -2291,4 +2291,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b16de14fa762df231cd69eaa868c122aef46af09cff27c31781e77640e4d6031" +content-hash = "6981d200f5a231a2a3973d601204c61125370ddf0fd8afa2734300ca602b29fa" diff --git a/pyproject.toml b/pyproject.toml index 8a662e9..e1fe86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ types-pytz = "^2024.2.0" pytest = "^8.3.2" pylint-pydantic = "^0.3.2" SQLAlchemy = { version = "^2.0.36" } -bandit = "^1.7.10" +bandit = "^1.8.0" coverage = "7.6.7" httpx = "^0.28.0"