Skip to content

Commit

Permalink
Update sphinx requirement from <8.1,>=7.2.6 to >=7.2.6,<8.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/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent c640980 commit 94139e5
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 @@ -45,7 +45,7 @@ dependencies = [

[project.optional-dependencies]
docs = [
"sphinx>=7.2.6,<8.1",
"sphinx>=7.2.6,<8.2",
"sphinx-book-theme>=1.1.0,<1.2",
"sphinxcontrib-bibtex>=2.6.2,<2.7",
"myst-parser>=2.0.0,<4.1",
Expand Down

0 comments on commit 94139e5

Please sign in to comment.