From 153b07a28047c408e0dc442330aa1505e74c175e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:53:36 +0100 Subject: [PATCH] chore(deps-dev): update bandit requirement from 1.7.5 to 1.7.6 (#510) 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.5...1.7.6) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 689c6bdb..36e66ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ autopep8 = "2.0.4" mypy = "1.7.1" tox = "4.11.4" xmldiff = "2.6.3" -bandit = "1.7.5" +bandit = "1.7.6" [tool.semantic_release] # see https://python-semantic-release.readthedocs.io/en/latest/configuration.html