From 12c06e1a2aa96a88d024a35958ea862d1dee500c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:29:43 +0000 Subject: [PATCH] chore(deps-dev): update bandit requirement from 1.7.10 to 1.8.0 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.7.10...1.8.0) --- updated-dependencies: - dependency-name: bandit 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 d5ffce0..2af561f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-pytest-style = "2.0.0" ruff = "0.8.0" coverage = "7.6.8" mypy = "1.13.0" -bandit = "1.7.10" +bandit = "1.8.0" [build-system] requires = ["poetry-core"]