From b49d2b7176e45d0c1a6b60d743419d614793dbfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:40:12 +0000 Subject: [PATCH] Bump bandit in /third_party in the pip-dependencies group Bumps the pip-dependencies group in /third_party with 1 update: [bandit](https://github.com/PyCQA/bandit). Updates `bandit` from 1.8.3 to 1.8.5 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.3...1.8.5) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- third_party/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/requirements.txt b/third_party/requirements.txt index 1893e962d..e336a78ab 100644 --- a/third_party/requirements.txt +++ b/third_party/requirements.txt @@ -1,6 +1,6 @@ # Python requirements modules # Formatting the source code -bandit==1.8.3 +bandit==1.8.5 black==24.3.0 clang-format==15.0.7 cmake-format==0.6.13