zuul-jobs/linters-requirements.txt
Clark Boylan 9d51ae5ea8 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
2022-01-10 11:44:21 -08:00

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