Skip to content

Commit b289ece

Browse files
Update sphinx requirement from <7.1,>=5.3.0 to >=5.3.0,<7.2
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) - [Commits](sphinx-doc/sphinx@v5.3.0...v7.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d139c2c commit b289ece

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
@@ -45,7 +45,7 @@ dependencies = [
4545

4646
[project.optional-dependencies]
4747
docs = [
48-
"sphinx>=5.3.0,<7.1",
48+
"sphinx>=5.3.0,<7.2",
4949
"sphinx-book-theme>=1.0.0,<1.1",
5050
"sphinxcontrib-bibtex>=2.5.0,<2.6",
5151
"myst-parser>=0.18.0,<2.1",

0 commit comments

Comments
 (0)