Skip to content

Commit 1cc456c

Browse files
authored
fix(deps): lock click to 7.x (#333)
1 parent 83b0cae commit 1cc456c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
dependencies = [
2222
"requests",
2323
"attrs",
24-
"click",
24+
"click >=7.0.0, <8.0.0",
2525
"cryptography",
2626
"google-auth",
2727
"jinja2",

0 commit comments

Comments
 (0)