9d51ae5ea8
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
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
# linters have different requirements than test ones, some would
|
|
# conflict, like ansible version required by ansible-lint.
|
|
ansible>=2.9,<2.11 # required by ansible-lint
|
|
flake8
|
|
yamllint>=1.23.0
|
|
ansible-lint>=5.0.0,<6.0.0
|