Skip to content

Commit

Permalink
Upgrade skipper click version to latest major
Browse files Browse the repository at this point in the history
Since skipper is useful to be installed as a system-level
package and not just in a virtualenv, the older click version
conflicts with other utilities that use newer version of
click (such as Black)

This upgrade should fix that conflict. The breaking changes
between 6.0 -> 7.0 were changing underscores to dashes by
default. Skipper doesn't have any underscores in its subcommands

The breaking changes between 7.0 and 8.0 seem to be just dropping
support for Python 3.5 and Python 2.7

So I think this upgrade should be rather seamless
  • Loading branch information
omertuc committed Sep 4, 2023
1 parent d2e47ce commit 959e518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyYAML>=3.11
click==6.7
click==8.0
requests>=2.6.0
tabulate>=0.7.5
six>=1.10.0
Expand Down

0 comments on commit 959e518

Please sign in to comment.