Skip to content

Commit a0b7a82

Browse files
Update sphinx requirement from <4.4.1,>=1.8.1 to 4.5.0 (#751)
Updates the requirements on [Sphinx](https://github.com/sphinx-doc/sphinx) to the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](sphinx-doc/sphinx@v1.8.1...v4.5.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Co-authored-by: Richard Schwab <[email protected]>
1 parent 0255cfd commit a0b7a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest==7.1.1
55
pytest-cov==3.0.0
66
pytest-sugar==0.9.4
77
PyMySQL==1.0.2
8-
sphinx>=1.8.1, <4.4.1
8+
sphinx>=1.8.1, <4.5.1
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)