Skip to content

Commit e3b68f6

Browse files
build(deps): update sphinx requirement from ~=7.3 to ~=8.0 (#1374)
* build(deps): update sphinx requirement from ~=7.3 to ~=8.0 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@v7.3.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * ci: bump python version when installing docs deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
1 parent c63da6b commit e3b68f6

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
@@ -26,7 +26,7 @@ dynamic = ["version"]
2626
[project.optional-dependencies]
2727
bench = ["asv~=0.6.0", "packaging~=24.0", "virtualenv~=20.22"]
2828
docs = [
29-
"Sphinx~=7.3",
29+
"Sphinx~=8.0",
3030
"boto3~=1.28",
3131
"ipython~=8.12",
3232
"jinja2<4.0",

0 commit comments

Comments
 (0)