Skip to content

Commit df117b6

Browse files
build(deps): update sphinx requirement from ~=6.2 to ~=7.3 (#683)
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@v6.2.0...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bde08ca commit df117b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dev = [
6161
"urllib3<2",
6262
]
6363
docs = [
64-
"Sphinx~=6.2",
64+
"Sphinx~=7.3",
6565
"boto3~=1.26",
6666
"cartopy~=0.21",
6767
"geojson~=3.1.0",

0 commit comments

Comments
 (0)