diff --git a/poetry.lock b/poetry.lock index 58d4255..aa15bba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 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 = "asgiref" @@ -35,13 +35,13 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "bandit" -version = "1.7.9" +version = "1.8.3" description = "Security oriented static analyser for python code." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, - {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, + {file = "bandit-1.8.3-py3-none-any.whl", hash = "sha256:28f04dc0d258e1dd0f99dee8eefa13d1cb5e3fde1a5ab0c523971f97b289bcd8"}, + {file = "bandit-1.8.3.tar.gz", hash = "sha256:f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a"}, ] [package.dependencies] @@ -785,4 +785,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "0edfc8ccd19f1b78c5d4255207fbe0c80cb39c026c054d19b9ff52af61a232bc" +content-hash = "f6ae520272ed7969ee99bf2d295cda44d04a06cd7ec8bd6f280c44fa5c73c2dc" diff --git a/pyproject.toml b/pyproject.toml index 4b16eac..01384aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ flake8-docstrings = "1.7.0" flake8-polyfill = "1.0.2" isort = "5.13.2" # security -bandit = "1.7.9" +bandit = "1.8.3" # test django-upgrade = "1.22.2"