From eb5c38ee62e8bf3e13a8d10e1dd48ba5320e53b2 Mon Sep 17 00:00:00 2001 From: matbu Date: Tue, 18 Jan 2022 09:30:19 +0100 Subject: [PATCH] For stable/train compatibility ansible-runner needs to move to 1.4.0 Change-Id: I7af08fe84b6dd29e11e924f51cc87908f460a6c6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 204b87c1..8a73fd2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pbr>=3.1.1 # Apache-2.0 six>=1.11.0 # MIT PyYAML>=3.13 # MIT ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+ -ansible-runner>=1.4.4 # Apache-2.0 +ansible-runner>=1.4.0 # Apache-2.0 cliff>=2.16.0 # Apache-2.0