diff --git a/poetry.lock b/poetry.lock index 6995717..eae73af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -146,13 +146,13 @@ tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [[package]] name = "bandit" -version = "1.8.3" +version = "1.8.6" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.9" files = [ - {file = "bandit-1.8.3-py3-none-any.whl", hash = "sha256:28f04dc0d258e1dd0f99dee8eefa13d1cb5e3fde1a5ab0c523971f97b289bcd8"}, - {file = "bandit-1.8.3.tar.gz", hash = "sha256:f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a"}, + {file = "bandit-1.8.6-py3-none-any.whl", hash = "sha256:3348e934d736fcdb68b6aa4030487097e23a501adf3e7827b63658df464dddd0"}, + {file = "bandit-1.8.6.tar.gz", hash = "sha256:dbfe9c25fc6961c2078593de55fd19f2559f9e45b99f1272341f5b95dea4e56b"}, ] [package.dependencies] @@ -1647,4 +1647,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "a09c10666e0353f84e6010626c5f535dd976b5b5fce8517c84bc383558bc429d" +content-hash = "15ed6adbc2539ecef69b8e4500539a7278e8209d3d8d971b380f059044c5676d" diff --git a/pyproject.toml b/pyproject.toml index 7372814..c751716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "25.1.0" isort = "6.0.1" mypy = "1.15.0" wemake-python-styleguide = "0.19.2" -bandit = "1.8.3" +bandit = "1.8.6" pytest = "^8.3.5" pytest-asyncio = "^0.26.0"