Skip to content

Commit 1c47ba8

Browse files
Update click requirement from <8,>=7.0 to >=7.0,<9
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@7.0...8.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1f35ba commit 1c47ba8

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
@@ -30,7 +30,7 @@ def get_long_description():
3030
packages=[PACKAGE_NAME],
3131
python_requires='>=3.6,<4',
3232
install_requires=[
33-
'Click>=7.0,<8',
33+
'Click>=7.0,<9',
3434
],
3535
extras_require={
3636
'docs': ['sphinx>=2.3, <3', 'Pallets-Sphinx-Themes', 'm2r'],

0 commit comments

Comments
 (0)