From 4871e118b04c8d4a6ef7ab97272f1b2297eb17e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 19:26:25 +0000 Subject: [PATCH] chore(deps-dev): update bandit requirement from 1.8.5 to 1.8.6 Updates the requirements on [bandit](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.5...1.8.6) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41512bfd..4ef28e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ mypy = "1.16.1" tomli = { version = "2.2.1", python = "<3.11" } tox = "4.27.0" xmldiff = "2.7.0" -bandit = "1.8.5" +bandit = "1.8.6" pyupgrade = "3.20.0" deptry = "0.23.0"