Skip to content

Commit

Permalink
Update sphinx requirement from <8,>=3.5 to >=3.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@v3.5.0...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 054cb43 commit df7c27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def read(path):
'pueblo>=0.0.7',
'pytz',
],
doc=['sphinx>=3.5,<8',
doc=['sphinx>=3.5,<9',
'crate-docs-theme>=0.26.5'],
),
python_requires='>=3.6',
Expand Down

0 comments on commit df7c27b

Please sign in to comment.