Skip to content

Commit

Permalink
Avoid broken cerberus releases (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 17, 2021
1 parent 756fc33 commit 20f3a5f
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 @@ -67,7 +67,7 @@ setup_requires =
# These are required in actual runtime:
install_requires =
ansible-lint >= 5.0.5 # only for the prerun functionality
cerberus >= 1.3.1
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
click >= 7.0
click-completion >= 0.5.1
click-help-colors >= 0.9
Expand Down

0 comments on commit 20f3a5f

Please sign in to comment.