From 6a1f923ee3b3660b2e0c4eacce85b673cfe2246c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:18:04 +0000 Subject: [PATCH] Bump the pip-dependencies group in /third_party with 3 updates Bumps the pip-dependencies group in /third_party with 3 updates: [bandit](https://github.com/PyCQA/bandit), [sphinx](https://github.com/sphinx-doc/sphinx) 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 `sphinx` from 8.1.3 to 9.0.1 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v9.0.1) 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: sphinx dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/requirements.txt b/third_party/requirements.txt index 591bcf52d..48485e01a 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 @@ -15,9 +15,9 @@ sphinxcontrib_htmlhelp==2.1.0 sphinxcontrib_serializinghtml==2.0.0 sphinxcontrib_qthelp==2.0.0 breathe==4.36.0 -sphinx==8.1.3 +sphinx==9.0.1 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