From eb52f32d16f91a3f877792e8a78f5cf03dfafb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 02:34:28 +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 cbfe0085..4f277b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ flake8-logging = "1.7.0" isort = "6.0.1" autopep8 = "2.3.2" mypy = "1.16.1" -bandit = "1.8.5" +bandit = "1.8.6" tomli = { version = "^2.0.1", python = "<3.11" } tox = "4.27.0" pyupgrade = "3.20.0"