From 531dfe6292383f8a2b942fe4d42089f065998bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:19:24 +0000 Subject: [PATCH] Bump bandit from 1.7.7 to 1.8.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.8.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.8.2) --- 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..b6ec103 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.2 \ No newline at end of file