From aa4175fedebe673432f61b16aefbe6649995bc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:44:31 +0100 Subject: [PATCH] Bump bandit from 1.7.9 to 1.8.0 (#165) Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.9 to 1.8.0. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8e51fab..2ca90bd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -bandit==1.7.9 +bandit==1.8.0 black==24.8.0 flake8==7.1.1 isort==5.13.2