From 7ca4e55c569d206c22290caa08dd5dbb1e704381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:48:14 +0000 Subject: [PATCH] Bump bandit from 1.8.6 to 1.9.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.6 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b893d66..aa900685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ documentation = [ "sphinxext-remoteliteralinclude==0.6.0; python_version > '3.11'", ] lint = [ - "bandit==1.8.6", + "bandit==1.9.2", "black==25.11.0", "flake8==7.3.0", "isort==7.0.0",