From 9fc1c3696795cf92d98b332fb776ff3a41131515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 00:24:49 +0000 Subject: [PATCH] Update bandit requirement in the python-dependencies group Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. Updates `bandit` to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a373a55..95fa327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ seaborn>=0.13.2 tables>=3.10.1 # Development and benchmark tooling -bandit>=1.8.0 +bandit>=1.9.4 build>=1.5.0 black>=26.3.1 flake8>=7.3.0