From 5355945e48820585536f31c3df1230350dbd55a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:12:10 +0100 Subject: [PATCH] chore(deps-dev): bump bandit from 1.7.10 to 1.8.0 in the minor-version-bumps group (#2657) chore(deps-dev): bump bandit in the minor-version-bumps group Bumps the minor-version-bumps group with 1 update: [bandit](https://github.com/PyCQA/bandit). Updates `bandit` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-version-bumps ... 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 b2a24b831c..83961bbfdc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,5 +7,5 @@ mypy~=1.13.0 coverage~=7.6 pre-commit==4.0.1 codespell==2.3.0 -bandit==1.7.10 +bandit==1.8.0 flake8==7.1.1