From 426b2ce89b5e25d2d4e2c703169593364c5618b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:18:04 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-version: 7.4.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 070cfdca866113..139aa85f20ed84 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -38,7 +38,7 @@ six==1.17.0 snowballstemmer==3.0.1 soupsieve==2.8 sphinx==7.4.7; python_version >= "3.10" -sphinx==7.3.7; python_version < "3.10" +sphinx==7.4.7; python_version < "3.10" sphinx-copybutton==0.5.2 sphinx-design==0.6.1 sphinx-inline-tabs==2023.4.21