Skip to content

Commit

Permalink
Update sphinx requirement from <8,>=5 to >=5,<9
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@v5.0.0...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent 1fc59cc commit aa0a458
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 @@ -50,7 +50,7 @@ dev = ["pre-commit>=2.12.1"]
tests = ["flake8", "pytest", "pytest-mock", "pytest-split", "pytest-cov", "types-setuptools"]
docs = [
"sphinx-copybutton==0.5.2",
"sphinx>=5,<8",
"sphinx>=5,<9",
"sphinx_design==0.6.1",
"myst-nb==1.1.1",
"sphinx-book-theme==1.1.3",
Expand Down

0 comments on commit aa0a458

Please sign in to comment.