Update ansible-lint pin to fix rich dep
Older ansible-lint didn't pin the 'rich' dep and that dep updated and broke ansible-lint. Newer ansible-lint fixed this. Update ansible-lint to get around this problem. Change-Id: Ic798398ab68239d4f13cb806a92038fd4946d25a
This commit is contained in:
parent
90c427d630
commit
9d51ae5ea8
@ -3,4 +3,4 @@
|
|||||||
ansible>=2.9,<2.11 # required by ansible-lint
|
ansible>=2.9,<2.11 # required by ansible-lint
|
||||||
flake8
|
flake8
|
||||||
yamllint>=1.23.0
|
yamllint>=1.23.0
|
||||||
ansible-lint>=5.0.3rc1,<5.1
|
ansible-lint>=5.0.0,<6.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user