Skip to content

Commit 991096d

Browse files
Update sphinx requirement from <5.0.2,>=1.8.1 to >=1.8.1,<5.0.3 (#804)
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.0.2) --- 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>
1 parent f7a0b53 commit 991096d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest==7.1.2
55
pytest-cov==3.0.0
66
pytest-sugar==0.9.4
77
PyMySQL==1.0.2
8-
sphinx>=1.8.1, <5.0.2
8+
sphinx>=1.8.1, <5.0.3
99
sphinxcontrib-asyncio==0.3.0
1010
SQLAlchemy==1.3.24
1111
uvloop==0.16.0; python_version < '3.11'

0 commit comments

Comments
 (0)