Skip to content

Commit 583bbd2

Browse files
Chore(deps): Update sphinx requirement from <7.3 to <7.5
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...v7.4.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ac6f82 commit 583bbd2

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
@@ -83,7 +83,7 @@ dependencies = [
8383
"pyyaml<7",
8484
"requests<3",
8585
"rich-click<2",
86-
"sphinx<7.3",
86+
"sphinx<7.5",
8787
"sphobjinv<2.4",
8888
"tabulate<0.10",
8989
"verlib2==0.2.0",
@@ -99,7 +99,7 @@ develop = [
9999
]
100100
docs = [
101101
"furo==2024.5.6",
102-
"sphinx<7.3",
102+
"sphinx<7.5",
103103
"sphinx-autobuild==2024.2.4",
104104
"sphinx-copybutton<0.6",
105105
"sphinx-design-elements<0.4",

0 commit comments

Comments
 (0)