From 5de2853e5bd1817a28207858747c76de4427f043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:04:18 +0000 Subject: [PATCH] Update bandit requirement from <2.0,>=1.0 to >=1.8.6,<2.0 Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.0...1.8.6) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:development ... 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 f1fc70e..9192658 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ # Keep Flake8 plugins in sync with `.pre-commit-config.yaml` and # `.flake8`! -bandit[toml] >=1.0, <2.0 +bandit[toml] >=1.8.6, <2.0 black >=23.0, <24.0 flake8 >=7.0, <8.0 flake8-bandit >=4.0, <5.0