From 2c418c1a7954f39dadcc37f1250edc539f9c9d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 02:15:44 +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 402cbf72..023f1fed 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.0" -bandit = "1.8.3" +bandit = "1.8.5" tomli = { version = "^2.0.1", python = "<3.11" } tox = "4.26.0" pyupgrade = "3.20.0"