From 2c3bf64d1b5cd7c16fd4e0e18ebd6967cecc9220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 07:04:47 +0000 Subject: [PATCH] ci: update sphinx requirement from <6.0.0,>=5.0.0 to >=5.0.0,<9.0.0 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/v5.0.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974ff9d..9559041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "ruff>=0.4.4,<0.5.0", ] docs = [ - "sphinx>=5.0.0,<6.0.0", + "sphinx>=5.0.0,<9.0.0", "sphinx-rtd-theme>=1.0.0,<2.0.0", "sphinx-autodoc-typehints>=1.12.0,<2.0.0", ] @@ -113,7 +113,7 @@ all = [ "ruff>=0.4.4,<0.5.0", # docs - "sphinx>=5.0.0,<6.0.0", + "sphinx>=5.0.0,<9.0.0", "sphinx-rtd-theme>=1.0.0,<2.0.0", "sphinx-autodoc-typehints>=1.12.0,<2.0.0",