From 3ab3e0b528ac33d925c4c90426a1015d01bc700f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:26:27 +0000 Subject: [PATCH] chore(deps-dev): update bandit requirement from >=1.7.0 to >=1.8.6 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.7.0...1.8.6) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..7be7fa48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ dev = [ "flake8>=6.1.0", "mypy>=1.6.0", "pre-commit>=3.5.0", - "bandit>=1.7.0", + "bandit>=1.8.6", "safety>=2.3.0", "factory-boy>=3.3.0", "freezegun>=1.2.0",