Skip to content

Commit 8b2fbcd

Browse files
dependabot[bot]amotl
authored andcommitted
Update sphinx requirement from <6,>=3.5 to >=3.5,<7
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@v3.5.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9f4e75 commit 8b2fbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def read(path):
7474
# `test_http.py` needs `setuptools.ssl_support`
7575
'setuptools<57',
7676
],
77-
doc=['sphinx>=3.5,<6',
77+
doc=['sphinx>=3.5,<7',
7878
'crate-docs-theme>=0.26.5'],
7979
),
8080
python_requires='>=3.4',

0 commit comments

Comments
 (0)