From faaa934c29d04ed8a40f60cc4fb1153acaeca4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:33:00 +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 2e9024e..4135efa 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",