diff --git a/poetry.lock b/poetry.lock index 9c9043b..00a65e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "bandit" -version = "1.7.10" +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.10-py3-none-any.whl", hash = "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02"}, - {file = "bandit-1.7.10.tar.gz", hash = "sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"}, + {file = "bandit-1.8.2-py3-none-any.whl", hash = "sha256:df6146ad73dd30e8cbda4e29689ddda48364e36ff655dbfc86998401fcf1721f"}, + {file = "bandit-1.8.2.tar.gz", hash = "sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"}, ] [package.dependencies] @@ -953,4 +953,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "14c96fe2f6f5a4af9adb5281f806e7748470073f48cf282e1fe19af3ffe2b460" +content-hash = "40f69b826d9ca41afb864d510aa52ebd6d7279ad1b28e46bed00b72f0fd83717" diff --git a/pyproject.toml b/pyproject.toml index 8b57ee7..ff84269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ boto3 = "^1.35.0" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2" pytest-flask = "^1.3.0" -bandit = "^1.7.9" +bandit = "^1.8.2" ruff = "^0.6.1" pytest-cov = "^5.0.0" vulture = "^2.11"