From 8a432a13ba711e1340965c07bde4bcc3470a4182 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 31 Jan 2024 15:25:35 +0100 Subject: [PATCH] CI: Bump ansible-core and ansible-lint versions Bump ansible-core according to this cycle supported Ansible versions. Change-Id: I0893ccd95406dfd8b716396093c88dcecb1e9661 --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 29ada4f..9a51dfa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # linting -ansible-lint>=6.0.0,<6.17.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 @@ -16,4 +16,4 @@ stestr>=1.0.0 # Apache-2.0 testtools>=1.4.0 # MIT # sanity testing -ansible-core>=2.13.0,<2.15.0 # GPL3 +ansible-core>=2.15.0,<2.16.0 # GPL3