From e8034e71000165fb40642f566de623308d4da10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:05:51 +0000 Subject: [PATCH] chore(deps-dev): update bandit requirement from 1.8.3 to 1.8.5 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.3...1.8.5) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.5 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 b20005cc..5d54e806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ mypy = "1.16.0" tomli = { version = "2.2.1", python = "<3.11" } tox = "4.26.0" xmldiff = "2.7.0" -bandit = "1.8.3" +bandit = "1.8.5" pyupgrade = "3.20.0" [tool.semantic_release]