Skip to content

Commit a00fabc

Browse files
authored
chore(deps): update click (#378)
The latest version of click-help-colors needs click 8.0.3
1 parent 8c79a8f commit a00fabc

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
@@ -56,7 +56,7 @@ def run(self):
5656
install_requires=[
5757
'requests[security]',
5858
'six',
59-
'click==8.0.1',
59+
'click>=8.0.1,<9.0',
6060
'terminaltables',
6161
'click-didyoumean',
6262
'click-help-colors',

0 commit comments

Comments
 (0)