Skip to content

Commit

Permalink
Update sphinx requirement from <5.1.1,>=1.8.1 to >=1.8.1,<5.1.2 (#829)
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/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v1.8.1...v5.1.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] authored Aug 1, 2022
1 parent 4cbfab3 commit b3c173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest==7.1.2
pytest-cov==3.0.0
pytest-sugar==0.9.5
PyMySQL==1.0.2
sphinx>=1.8.1, <5.1.1
sphinx>=1.8.1, <5.1.2
sphinxcontrib-asyncio==0.3.0
SQLAlchemy==1.3.24
uvloop==0.16.0; python_version < '3.11'
Expand Down

0 comments on commit b3c173c

Please sign in to comment.