From 5ff2051c9ad47af7230cf47342cf8f8680425d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:10:44 +0000 Subject: [PATCH] Bump bandit from 1.7.9 to 1.8.3 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.9 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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"