linters: yet still more broken ansible-compat

This avoids another broken release of ansible-compat per the linked
bug (assuming the next version of ansible-lint will fix it, so
optimistically not using <), and is a continuation of the workaround
we merged for the prior version.

Change-Id: Id2369dc9a16a85981fd9b7122976f3b6120891f2
This commit is contained in:
Jeremy Stanley 2023-05-05 19:52:56 +00:00
parent 9329bd6a78
commit b0bca88203
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ deps =
# pin until https://github.com/ansible/ansible-lint/issues/2320 is fixed
ansible-lint>=6.0.0,<6.5.0
# avoid for https://github.com/ansible/ansible-compat/issues/258
ansible-compat!=4.0.1
ansible-compat!=4.0.1,!=4.0.2
hacking>=4.0.0,<5.0.0
bashate>=0.2
commands =