Merge "Bump ansible-lint version to 6.*"

This commit is contained in:
Zuul 2022-04-12 09:57:36 +00:00 committed by Gerrit Code Review
commit cd64b237a7
2 changed files with 4 additions and 1 deletions

@ -25,3 +25,6 @@ skip_list:
- package-latest
# Most files should not contain tabs
- no-tabs
# NOTE(frickler): Agreed at Zed PTG not to use FQCN for builtin actions for now, due to
# conflicts with open patches and backports.
- fqcn-builtins

@ -1,5 +1,5 @@
ansible>=4,<6 # GPLv3
ansible-lint>=4.2.0,!=4.3.0,<6.0.0 # MIT
ansible-lint>=6.0.0,<7.0.0 # MIT
bandit>=1.1.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
doc8>=0.6.0 # Apache-2.0