Skip to content

Commit e284864

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

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.4",
48+
"sphinx>=7.2.6,<7.5",
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)