From be582ab306594ef6c1b3a104e4c19a6ee0edd1ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 05:34:41 +0000 Subject: [PATCH] build(deps-dev): update bandit requirement from >=1.8 to >=1.9.4 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.8.0...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 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 eeab697..498fc7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "bandit>=1.8", + "bandit>=1.9.4", "build>=1.6.0", "coverage>=7.15.4", "mypy>=2.3.0",