8000 Update sphinx requirement from <7,>=3.5 to >=3.5,<8 · crate/crate-python@40cf2e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40cf2e9

Browse files
dependabot[bot]amotl
authored andcommitted
Update sphinx requirement from <7,>=3.5 to >=3.5,<8
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...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac8b2f4 commit 40cf2e9

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
@@ -76,7 +76,7 @@ def read(path):
7676
# `test_http.py` needs `setuptools.ssl_support`
7777
'setuptools<57',
7878
],
79-
doc=['sphinx>=3.5,<7',
79+
doc=['sphinx>=3.5,<8',
8080
'crate-docs-theme>=0.26.5'],
8181
),
8282
python_requires='>=3.6',

0 commit comments

Comments
 (0)
0