From 6e76ed2e4091eaca4d1398ec743d12775144f862 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Sat, 20 May 2023 09:27:18 +0200 Subject: [PATCH] CI: bump ansible version in linter Change-Id: I2326225ddde2216cc94a0486366d5ef4782384d7 --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 0f255aa347..89cb54276f 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ -ansible>=4,<6 # GPLv3 +ansible>=6,<8 # GPLv3 ansible-lint>=6.0.0,<6.13.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0