From 5e97bf9b77a9e676c310622a3e1c0fccaaef7e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:49:08 +0000 Subject: [PATCH] Update sphinx requirement from <8.0.0,>=7.2.6 to >=7.2.6,<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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v8.2.3) --- updated-dependencies: - dependency-name: sphinx 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..463a081 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,<9.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",