From c04eade4db3a36147bf9c8ebeca77ef0159297f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:05:33 +0000 Subject: [PATCH] Chore(deps-dev): Update sphinx requirement from <8 to <9 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68b19ec..8e40bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ optional-dependencies.develop = [ optional-dependencies.doc = [ "furo==2025.12.19", # Check visited link style on newer versions! "myst-parser[linkify]>=0.18,<5", - "sphinx<8", + "sphinx<9", "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately? "sphinx-copybutton", "sphinx-design-elements<1",