Skip to content

Commit 23435fa

Browse files
Update sphinx requirement from ~=8.1.3 to ~=8.2.1
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.2.1/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c2a470 commit 23435fa

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
@@ -97,7 +97,7 @@ sphinx = [
9797
# Pallets-Sphinx-Themes 2.1.1 is the first version removing old and conflicting Python 2 code.
9898
"Pallets-Sphinx-Themes ~= 2.3.0",
9999
# Sphinx 8 is the first version to drop Python 3.9.
100-
"sphinx ~= 8.1.3",
100+
"sphinx ~= 8.2.1",
101101
]
102102
pytest = ["pytest >= 8"]
103103
test = [
@@ -121,7 +121,7 @@ docs = [
121121
"furo ~= 2024.8.6",
122122
"myst-parser ~= 4.0.0",
123123
# Sphinx 8 is the first version to drop Python 3.9.
124-
"sphinx ~= 8.1.3",
124+
"sphinx ~= 8.2.1",
125125
"sphinx-autodoc-typehints ~= 3.0.1",
126126
"sphinx-copybutton ~= 0.5.2",
127127
"sphinx-design ~= 0.6.0",

0 commit comments

Comments
 (0)