Skip to content

Commit 0274b01

Browse files
Chore(deps): Update sphinx requirement from <8.2 to <8.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/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5117eeb commit 0274b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies = [
8080
"pyyaml<7",
8181
"requests<3",
8282
"rich-click<2",
83-
"sphinx<8.2",
83+
"sphinx<8.3",
8484
"sphobjinv<2.4",
8585
"tabulate<0.10",
8686
"verlib2==0.2.0",
@@ -95,7 +95,7 @@ optional-dependencies.develop = [
9595
]
9696
optional-dependencies.docs = [
9797
"furo==2024.8.6",
98-
"sphinx<8.2",
98+
"sphinx<8.3",
9999
"sphinx-autobuild==2024.2.4",
100100
"sphinx-copybutton<0.6",
101101
"sphinx-design-elements<0.5",

0 commit comments

Comments
 (0)