Skip to content

Commit d87df65

Browse files
Update sphinx requirement from <7.5,>=7.2.6 to >=7.2.6,<8.1
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.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e95f14 commit d87df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545

4646
[project.optional-dependencies]
4747
docs = [
48-
"sphinx>=7.2.6,<7.5",
48+
"sphinx>=7.2.6,<8.1",
4949
"sphinx-book-theme>=1.1.0,<1.2",
5050
"sphinxcontrib-bibtex>=2.6.2,<2.7",
5151
"myst-parser>=2.0.0,<3.1",

0 commit comments

Comments
 (0)