Update ansible lint version

Change-Id: Ia01458f1f6183dd7d68e64645ad3829f2969e33b
This commit is contained in:
Jonathan Rosser 2022-01-12 16:03:54 +00:00
parent 57c07c0199
commit 9aa9119a6a
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ fi
# If the repo has its own test-requirements file, then use
# it with the common one.
if [[ -f "${WORKING_DIR}/test-requirements.txt" ]]; then
PIP_OPTS+=" --requirement ${WORKING_DIR}/test-requirements.txt rich>=9.5.1,<11.0.0"
PIP_OPTS+=" --requirement ${WORKING_DIR}/test-requirements.txt"
fi
# We add the common requirements after the in-repo requirements

View File

@ -19,7 +19,7 @@
# Used for lint tests
bashate>=0.5.1 # Apache-2.0
flake8==3.8.3 # MIT
ansible-lint==5.0.10 # MIT
ansible-lint==5.3.2 # MIT
# Used to help make SNI connections work from python
# if python itself does not support it properly (<2.7.9).