From e33754de8e81eb0115ae361100070516d7a13b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:16:36 +0000 Subject: [PATCH] chore(deps-dev): bump bandit from 1.8.3 to 1.8.6 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.3 to 1.8.6. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.3...1.8.6) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 526121ced7..499aa967ee 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ bandit; python_version <= "3.8" -bandit==1.8.3; python_version > "3.8" +bandit==1.8.6; python_version > "3.8" black==24.10.0; python_version > "3.8" black; python_version <= "3.8" build