Skip to content

Commit 1efb882

Browse files
authored
Merge pull request #32 from click-contrib/dependabot/pip/click-gte-7.0-and-lt-9
Update click requirement from <8,>=7.0 to >=7.0,<9
2 parents b1f35ba + 1c47ba8 commit 1efb882

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)