From 268dc7ed9791f6bc3c3731da10a4b083c2b2286b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:41:56 +0000 Subject: [PATCH] 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.8.0 to 1.8.2 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.2) --- 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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 96ca723bdf..d431efec01 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,5 +7,5 @@ mypy~=1.14.1 coverage~=7.6 pre-commit==4.0.1 codespell==2.3.0 -bandit==1.8.0 +bandit==1.8.2 flake8==7.1.1