From 032874df0b801dcb0edbcfdc3d30bc74024aa61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:22:14 -0500 Subject: [PATCH] Bump bandit from 1.7.10 to 1.8.0 (#163) Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.10 to 1.8.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- development-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-requirements.txt b/development-requirements.txt index 5cb5e4d..99a5a51 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -1,4 +1,4 @@ -bandit==1.7.10 +bandit==1.8.0 black==24.10.0 build==1.2.2.post1 coverage==7.6.8