Skip to content

Commit

Permalink
Relax pluggy version dependency (#3239)
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Sbarnea <[email protected]>
(cherry picked from commit 212b01c)
  • Loading branch information
cjeanner authored and ssbarnea committed Oct 2, 2021
1 parent 001e64d commit 3779e7b
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 @@ -76,7 +76,7 @@ install_requires =
Jinja2 >= 2.11.3
packaging
paramiko >= 2.5.0, < 3
pluggy >= 0.7.1, < 1.0
pluggy >= 0.7.1, < 2.0
PyYAML >= 5.1, < 6
rich >= 9.5.1
subprocess-tee >= 0.3.2
Expand Down

0 comments on commit 3779e7b

Please sign in to comment.