From 76f05d60f332c99d08f032e231c913869e00a516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:26:39 +0000 Subject: [PATCH] build(deps): bump bandit from 1.7.7 to 1.8.5 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.8.5. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.8.5) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.5 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..5931911 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.5 \ No newline at end of file