From 1b6db656f4ed12ab7d335d1bb57d739b39e00ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:41:06 +0000 Subject: [PATCH] chore(deps-dev): update bandit requirement from 1.7.9 to 1.7.10 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.9...1.7.10) --- 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 589e81b8..1bf7c804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ autopep8 = "2.3.1" mypy = "1.11.2" tox = "4.20.0" xmldiff = "2.7.0" -bandit = "1.7.9" +bandit = "1.7.10" [tool.semantic_release] # see https://python-semantic-release.readthedocs.io/en/latest/configuration.html