From b57a1c3ae7fe31bb0fb460f2c4b83de2770df791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:13:23 +0000 Subject: [PATCH] Bump bandit from 1.9.2 to 1.9.3 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.2...1.9.3) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.3 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 35f5061..b893f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ documentation = [ ] lint = [ "bandit==1.8.6; python_version <= '3.11'", - "bandit==1.9.2; python_version > '3.11'", + "bandit==1.9.3; python_version > '3.11'", "black==25.11.0; python_version <= '3.11'", "black==25.12.0; python_version > '3.11'", "flake8==7.3.0",