From 47daa85d35c5ad49c026de7c2e03de38b1906042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:44:17 +0000 Subject: [PATCH] chore(deps-dev): update bandit[sarif] requirement Updates the requirements on [bandit[sarif]](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.3...1.9.4) --- updated-dependencies: - dependency-name: bandit[sarif] dependency-version: 1.9.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a209429f..942407a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ [dependency-groups] dev = [ "pytest-asyncio>=0.23.0", - "bandit[sarif]>=1.8.3", + "bandit[sarif]>=1.9.4", "codespell>=2.4.1", "pre-commit>=4.2.0", "pyright>=1.1.398", diff --git a/uv.lock b/uv.lock index 80298752..3ad7faeb 100644 --- a/uv.lock +++ b/uv.lock @@ -560,7 +560,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "bandit", extras = ["sarif"], specifier = ">=1.8.3" }, + { name = "bandit", extras = ["sarif"], specifier = ">=1.9.4" }, { name = "codespell", specifier = ">=2.4.1" }, { name = "fakeredis", specifier = ">=2.36.0" }, { name = "pre-commit", specifier = ">=4.2.0" },