Skip to content

Commit

Permalink
Add upper bound on sh for now
Browse files Browse the repository at this point in the history
See #2676.
  • Loading branch information
decentral1se committed Apr 28, 2020
1 parent 7dde902 commit a401183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ install_requires =
pexpect >= 4.6.0, < 5
pluggy >= 0.7.1, < 1.0
PyYAML >= 5.1, < 6
sh >= 1.12.14
sh >= 1.13.1, 1.14
tabulate >= 0.8.4
tree-format >= 0.1.2
yamllint >= 1.15.0, < 2
Expand Down

0 comments on commit a401183

Please sign in to comment.