From eda66881c625ea411e84985f54bdc3b03de00272 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 May 2019 16:38:06 +0200 Subject: [PATCH] Update ansible and hacking versions We run ansible 2.7 with zuul, so update the version we use for linting. Update hacking to current versions to get new versions of pep8 as well. Change-Id: Ibc42a11ab2f8ea42762869920a7d1c7f339c5efe --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 167d99c7..1e6cac18 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,10 +2,10 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=1.1.0,<1.2 # Apache-2.0 zuul -ansible>=2.5.1,<2.6 +ansible>=2.7.0,<2.8 ansible-lint<4 bashate>=0.2 zuul-sphinx>=0.2.0