Skip to content

Commit

Permalink
build(deps): update sphinx requirement from ~=7.3 to ~=8.0 (#718)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Gadomski <[email protected]>
  • Loading branch information
dependabot[bot] and gadomski authored Aug 6, 2024
1 parent 5321b41 commit f216545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dev = [
"urllib3<2",
]
docs = [
"Sphinx~=7.3",
"Sphinx~=8.0",
"boto3~=1.26",
"cartopy~=0.21",
"geojson~=3.1.0",
Expand Down

0 comments on commit f216545

Please sign in to comment.