Skip to content

Commit

Permalink
Update sphinx requirement from ~=5.3.0 to >=5.3,<7.3 in /package (#1605)
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@v5.3.0...v7.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 7f16595 commit d87b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
extras_require={
"docs": [
"sphinx~=5.3.0",
"sphinx>=5.3,<7.3",
"sphinx_copybutton==0.3.1",
"sphinx-notfound-page",
"sphinx_rtd_theme==1.2.0",
Expand Down

0 comments on commit d87b8ae

Please sign in to comment.