From a002ae9062a75df44c4e902a104e93b1a10d1e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:42:15 +0000 Subject: [PATCH] Bump the pip-dependencies group across 1 directory with 2 updates Bumps the pip-dependencies group with 2 updates in the /third_party directory: [bandit](https://github.com/PyCQA/bandit) and [sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling). Updates `bandit` from 1.8.6 to 1.9.2 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.2) Updates `sphinxcontrib-spelling` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/sphinx-contrib/spelling/releases) - [Commits](https://github.com/sphinx-contrib/spelling/compare/8.0.1...8.0.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: sphinxcontrib-spelling dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- third_party/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/requirements.txt b/third_party/requirements.txt index 591bcf52d3..50e1ead7a7 100644 --- a/third_party/requirements.txt +++ b/third_party/requirements.txt @@ -4,7 +4,7 @@ black==24.3.0 clang-format==15.0.7 cmake-format==0.6.13 # Linting the source code -bandit==1.8.6 +bandit==1.9.2 # Tests packaging==25.0 # Generating HTML documentation @@ -20,4 +20,4 @@ sphinx_book_theme==1.1.3 # Spelling check in documentation codespell==2.4.1 pyenchant==3.3.0 -sphinxcontrib-spelling==8.0.1 +sphinxcontrib-spelling==8.0.2