Skip to content

Commit 296acc8

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 5f715e9 commit 296acc8

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

0 commit comments

Comments
 (0)