Skip to content

Commit

Permalink
fix(deps): lock click to 7.x (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored May 12, 2021
1 parent c0edb1b commit bd8281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version = '2020.02.04'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
"click",
"click >=7.0.0, <8.0.0",
"colorlog",
"deprecation",
"jinja2",
Expand Down

0 comments on commit bd8281a

Please sign in to comment.