From 59d4d8e231be520634e733b4adfd11efd1f226b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:50:54 +0000 Subject: [PATCH] Bump bandit from 1.7.10 to 1.8.0 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.10 to 1.8.0. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee14ea8c0..16f90f5ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -135,7 +135,7 @@ pbr==6.1.0 pyyaml==6.0.2 stevedore>=1.20.0 # Apache-2.0 rich==13.9.4 # bandit -bandit==1.7.10 +bandit==1.8.0 numpy<2.2.0 entrypoints==0.4