Skip to content

Commit

Permalink
Update sphinx requirement from ~=7.3.7 to ~=8.0.2
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/v8.0.2/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.3.7...v8.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 7a6b3e3 commit a26a27e
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 @@ -67,7 +67,7 @@ docs = [
'sphinx-copybutton~=0.5.2',
'sphinx-markdown-tables~=0.0.17',
'sphinx-rtd-theme~=2.0.0',
'sphinx~=7.3.7',
'sphinx~=8.0.2',
]
lint = [
'ruff~=0.4.4',
Expand Down

0 comments on commit a26a27e

Please sign in to comment.