From 836533db2f89af91fc7ce29c3e38cc2fbf05f9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:59:58 +0200 Subject: [PATCH] chore(deps-dev): bump bandit from 1.7.9 to 1.7.10 in the patch-version-bumps group (#2588) chore(deps-dev): bump bandit in the patch-version-bumps group Bumps the patch-version-bumps group with 1 update: [bandit](https://github.com/PyCQA/bandit). Updates `bandit` from 1.7.9 to 1.7.10 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-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 c49d0d518b..d26fe015a2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,5 +7,5 @@ mypy~=1.11.2 coverage~=7.6 pre-commit==3.8.0 codespell==2.3.0 -bandit==1.7.9 +bandit==1.7.10 flake8==7.1.1