diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:20 +0000 |
commit | 18bd2207b6c1977e99a93673a7be099e23f0f547 (patch) | |
tree | 40fd9e5913462a88be6ba24be6953383c5b39874 /ansible_collections/microsoft/ad/tests/utils | |
parent | Releasing progress-linux version 10.0.1+dfsg-1~progress7.99u1. (diff) | |
download | ansible-18bd2207b6c1977e99a93673a7be099e23f0f547.tar.xz ansible-18bd2207b6c1977e99a93673a7be099e23f0f547.zip |
Merging upstream version 10.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/microsoft/ad/tests/utils')
-rwxr-xr-x | ansible_collections/microsoft/ad/tests/utils/shippable/lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/microsoft/ad/tests/utils/shippable/lint.sh b/ansible_collections/microsoft/ad/tests/utils/shippable/lint.sh index 12b5b4cd2..9d60edb2a 100755 --- a/ansible_collections/microsoft/ad/tests/utils/shippable/lint.sh +++ b/ansible_collections/microsoft/ad/tests/utils/shippable/lint.sh @@ -5,6 +5,6 @@ set -o pipefail -eux # This is aligned with the galaxy-importer used by AH # https://github.com/ansible/galaxy-importer/blob/d4b5e6d12088ba452f129f4824bd049be5543358/setup.cfg#L22C4-L22C33 python -m pip install \ - 'ansible-lint>=6.2.2,<=6.14.3' + 'ansible-lint>=6.2.2,<=6.22.1' ansible-lint |