Skip to content

Commit b967041

Browse files
Update sphinx requirement in the dev-dependencies group
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx` to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25a150e commit b967041

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
@@ -62,7 +62,7 @@ dev = [
6262
"pytest-json-report",
6363
"pytest-random-order",
6464
"ruff",
65-
"sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
65+
"sphinx<8.1.4", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
6666
"sphinx-autobuild",
6767
"sphinx-copybutton",
6868
"sphinxcontrib-mermaid",

0 commit comments

Comments
 (0)