From cd413dfcdf9ceb9a529f1f5640e1d2abe075b3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:21:44 +0000 Subject: [PATCH] build(deps): bump bandit from 1.7.7 to 1.8.6 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.8.6. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.8.6) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 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 5c60c2d..798c8fe 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -2,4 +2,4 @@ pip==25.0.1 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.6 \ No newline at end of file