From 9e434d27fbfb2b14942213e1c6e8fd3a7f3b9919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:37:35 +0000 Subject: [PATCH] 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:production ... Signed-off-by: dependabot[bot] --- setup_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_requirements.txt b/setup_requirements.txt index d698bed..12c2fe0 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -2,4 +2,4 @@ pytest-runner~=6.0.1 mccabe~=0.7.0 flake8~=7.1.1 pylint~=3.2.7 -bandit~=1.7.9 +bandit~=1.7.10