From 08e9a9e605c8f16dc1de0fc655e04fbe407fb3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:04:57 +0000 Subject: [PATCH 1/2] Bump the pip group with 2 updates Updates the requirements on [sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx-lint` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/sphinx-contrib/sphinx-lint/releases) - [Commits](https://github.com/sphinx-contrib/sphinx-lint/compare/v1.0.1...v1.0.2) Updates `sphinx` to 9.0.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/v8.2.3...v9.0.0) --- updated-dependencies: - dependency-name: sphinx-lint dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cb6b2cd5c..fa1fc2767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ furo>=2022.6.4 jinja2 sphinx-autobuild>=2024.9.19 sphinx-inline-tabs>=2023.4.21 -sphinx-lint==1.0.1 +sphinx-lint==1.0.2 sphinx-notfound-page>=1.0.0 sphinx_copybutton>=0.3.3 sphinxext-opengraph>=0.13.0 sphinxext-rediraffe -Sphinx~=8.2.3 +Sphinx~=9.0.0 From ca06c9b6d0d1fc3fa9da2de2536c281b45c212ec Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:01:23 +0200 Subject: [PATCH 2/2] Loosen Sphinx restriction --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa1fc2767..7c2bbd806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ sphinx-notfound-page>=1.0.0 sphinx_copybutton>=0.3.3 sphinxext-opengraph>=0.13.0 sphinxext-rediraffe -Sphinx~=9.0.0 +Sphinx>=8.2.3