Skip to content

Commit f27e679

Browse files
dependabot[bot]amotl
authored andcommitted
Update sphinx requirement from <8,>=3.5 to >=3.5,<9
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/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v3.5.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 054cb43 commit f27e679

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
@@ -72,7 +72,7 @@ def read(path):
7272
'pueblo>=0.0.7',
7373
'pytz',
7474
],
75-
doc=['sphinx>=3.5,<8',
75+
doc=['sphinx>=3.5,<9',
7676
'crate-docs-theme>=0.26.5'],
7777
),
7878
python_requires='>=3.6',

0 commit comments

Comments
 (0)