Skip to content

Commit 16a81ac

Browse files
Update sphinx requirement in the python group across 1 directory
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx` to 9.0.4 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da0f567 commit 16a81ac

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
@@ -9,7 +9,7 @@ dependencies = [
99
"pydantic>=2.12.4",
1010
"requests>=2.32.5",
1111
"sphinx-rtd-theme>=3.0.2",
12-
"sphinx<9", # see https://github.com/executablebooks/MyST-Parser/issues/1077
12+
"sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077
1313
"sphinxemoji>=0.3.1",
1414
]
1515

0 commit comments

Comments
 (0)