Skip to content

Commit 4095581

Browse files
⬆️ Update sphinx requirement from <9,>=8 to >=8,<10
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@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cda690 commit 4095581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"markdown-it-py~=4.0",
3939
"mdit-py-plugins~=0.5",
4040
"pyyaml",
41-
"sphinx>=8,<9",
41+
"sphinx>=8,<10",
4242
]
4343

4444
[project.urls]

0 commit comments

Comments
 (0)