Skip to content

Commit db69dbc

Browse files
Update sphinx requirement from <7.1.0,>=4.3.0 to >=4.3.0,<7.2.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) - [Commits](sphinx-doc/sphinx@v4.3.0...v7.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fde7af1 commit db69dbc

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
@@ -42,7 +42,7 @@ dev = [
4242
"build",
4343
"setuptools",
4444
"wheel",
45-
"Sphinx>=4.3.0,<7.1.0",
45+
"Sphinx>=4.3.0,<7.2.0",
4646
"furo==2023.7.26",
4747
"myst-parser>=1.0,<2.1",
4848
"sphinx-copybutton==0.5.2",

0 commit comments

Comments
 (0)