From 4b05389d304cccdf9bc95f282b46b96634f96567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:21:59 +0000 Subject: [PATCH] chore(deps): bump bandit from 1.8.5 to 1.9.2 in /requirements/in Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.5 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.5...1.9.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index c7eaee2..30b2b03 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -15,7 +15,7 @@ pip-tools==7.5.0 # Code linters, formatters, and security scanners # ------------ -bandit==1.8.5 +bandit==1.9.2 black==25.1.0 codespell==2.4.1 flake8==7.3.0