From f2706e6d79200a145a79cddcfac47aba5901d239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:08:01 +0000 Subject: [PATCH] build(deps): bump bandit from 1.7.2 to 1.7.8 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.2 to 1.7.8. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.2...1.7.8) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98349127..d3250b9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bandit==1.7.2 +bandit==1.7.8 coverage==6.5.0 coveralls==3.3.1 Flask==2.3.3