Update ansible-lint to fix the rich dep

ansible-lint is currently broken when older than a recent release. This
is due to to the 'rich' dependency updating without a pin and not
working with older ansible.

Change-Id: Id93a2bc0b452bafca1dca8550ffc825d72533cdc
This commit is contained in:
Clark Boylan 2022-01-10 11:28:54 -08:00
parent fcad299b94
commit e99d3cb407
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ deps =
# things from a later ansible that would actually fail in
# production.
ansible>=2.8,<=2.9
ansible-lint>=4.2.0,<5
hacking>=2.0.0,<2.1.0
ansible-lint>=5.0.0,<6.0.0
hacking>=4.0.0,<5.0.0
bashate>=0.2
commands =
{toxinidir}/tools/run-bashate.sh