Skip to content

Commit

Permalink
build(deps): update sphinx requirement from <8.0.0 to <9.0.0
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.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 04b08b5 commit 727194c
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 @@ -60,7 +60,7 @@ lint = [
"ruff",
]
docs = [
"sphinx<8.0.0",
"sphinx<9.0.0",
"sphinx-rtd-theme",
"sphinxcontrib-napoleon",
"nbsphinx",
Expand Down

0 comments on commit 727194c

Please sign in to comment.