From 57e4bea91a36b5689eaacad3c878546f09efc9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:05:14 +0000 Subject: [PATCH] Update sphinx requirement from <8.0.0,>=7.2.6 to >=7.2.6,<10.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/v9.0.4/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 238905c..940e70e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ license = {text = "Apache License, Version 2.0"} requires-python = "<4.0,>=3.13" dependencies = [ - "Sphinx<8.0.0,>=7.2.6", + "Sphinx>=7.2.6,<10.0.0", "ablog<1.0.0,>=0.11.6", "pydata-sphinx-theme<1.0.0,>=0.15.2", "myst-parser[linkify]<3.0.0,>=2.0.0",