From cb4385f815a159fcb3d3c2584f6f9180c6159938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:30:51 +0000 Subject: [PATCH] Bump bandit from 1.7.7 to 1.8.3 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index 8671f14..6b7dbf2 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -2,4 +2,4 @@ pip==23.3.2 pytest==7.4.3 pytest-cov==4.1.0 safety==2.3.5 -bandit==1.7.7 \ No newline at end of file +bandit==1.8.3 \ No newline at end of file