Skip to content

Commit 5e97bf9

Browse files
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](sphinx-doc/sphinx@v7.2.6...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f5cabe commit 5e97bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
license = {text = "Apache License, Version 2.0"}
77
requires-python = "<4.0,>=3.13"
88
dependencies = [
9-
"Sphinx<8.0.0,>=7.2.6",
9+
"Sphinx>=7.2.6,<9.0.0",
1010
"ablog<1.0.0,>=0.11.6",
1111
"pydata-sphinx-theme<1.0.0,>=0.15.2",
1212
"myst-parser[linkify]<3.0.0,>=2.0.0",

0 commit comments

Comments
 (0)