From 7320682d1e87f5b4db8788e8a8767619ef45a4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:29:55 +0000 Subject: [PATCH] chore: 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 a739fc2..fd54015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", "ruff==0.14.6", - "bandit==1.8.6", + "bandit==1.9.2", "pyright==1.1.407", "twine==6.2.0", "pandas>=2.0.0",