Skip to content

Commit 7789bf2

Browse files
build(deps): update sphinx requirement from ^7.2.6 to ^8.1.3
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/v8.1.3/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.2.6...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aafe211 commit 7789bf2

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
@@ -43,7 +43,7 @@ types-setuptools = "*"
4343
optional = true
4444

4545
[tool.poetry.group.docs.dependencies]
46-
sphinx = "^7.2.6"
46+
sphinx = "^8.1.3"
4747
sphinx-rtd-theme = "^3.0.2"
4848
myst-parser = "^4.0.1"
4949
sphinxcontrib-napoleon = "^0.7"

0 commit comments

Comments
 (0)