From 7bbd364666f66dbf45b6ead35f90e823fd99646c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:22:21 +0000 Subject: [PATCH] Python dependency: Bump sphinx from 7.4.7 to 9.1.0 in /tools Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 9.1.0. - [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/v7.4.7...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index b2e2e40df8..c52f6b5bad 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,5 +3,5 @@ requests>=2.34.2; python_version > '3.9' requests[security]>=2.32.5,<2.33; python_version <= '3.9' requests[security]>=2.34.2; python_version > '3.9' safety>=3.8.1 -Sphinx==7.4.7 +Sphinx==9.1.0 sphinxcontrib-youtube==1.5.0