Update ansible-lint

Older ansible-lint is broken due to an unpinned 'rich' dependency. Newer
ansible-lint fixes this issue. Update our test deps to address this.

Change-Id: I5dd4e4f66720800f140a9d15631adddb5d10cf6f
This commit is contained in:
Clark Boylan 2022-01-10 11:31:19 -08:00
parent ed616377ca
commit 8436eb7484

View File

@ -11,9 +11,9 @@ zuul
# here to pull in ansible anyway; pip doesn't actually have a
# dependency solver and the uncapped ansible requirement from
# ansible-lint pull in the latest version.
ansible>=2.8,<2.9 # <-- keep it as old as possible
ansible>=2.9,<2.10 # <-- keep it as old as possible
# We need to pin ansible-lint to before 4.0 which blows up all over the place
ansible-lint>=4.3.3,<5
ansible-lint>=5.0.0,<6
bashate>=0.2
zuul-sphinx>=0.1.1
stestr>=1.0.0 # Apache-2.0