Skip to content

Commit

Permalink
Update sphinx requirement from <5.0,>=4.0 to >=4.0,<8.0 (#81)
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)
- [Commits](sphinx-doc/sphinx@v4.0.0...v7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent 1c325ef commit 71068d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
"Django",
"psycopg2",
"sphinx_rtd_theme>=1.0,<2.0",
"Sphinx>=4.0,<5.0",
"Sphinx>=4.0,<8.0",
],
"test": [
"coverage[toml]>=5,<6",
Expand Down

0 comments on commit 71068d8

Please sign in to comment.