From 66d0a09434b9e3745ec74809aae66716897aee05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:21:53 +0000 Subject: [PATCH] Bump bandit from 1.7.9 to 1.7.10 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.9 to 1.7.10. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 362865a..2729df9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ # attrs==24.2.0 # via flake8-bugbear -bandit==1.7.9 +bandit==1.7.10 # via -r requirements_dev.in black==24.8.0 # via -r requirements_dev.in