From 6dc449b172ea19229353dcdae9bec453dc5418c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:33:17 +0000 Subject: [PATCH] Bump bandit from 1.9.3 to 1.9.4 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.3...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae6a595..3ebaad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ documentation = [ ] lint = [ "bandit==1.8.6; python_version <= '3.11'", - "bandit==1.9.3; python_version > '3.11'", + "bandit==1.9.4; python_version > '3.11'", "black==25.11.0; python_version <= '3.11'", "black==26.1.0; python_version > '3.11'", "flake8==7.3.0",