From 01ab24c377670ccdc10a784cd6754b35c899e5c4 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Thu, 20 May 2021 17:20:32 +0200 Subject: [PATCH] Bumping the ansible-runner version to 1.4.4 requirements now match the the spec file deps. Signed-off-by: Jiri Podivin Change-Id: I18a2249eec77b0b7adc3a14eed530760598f972e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2abb7a6..6c0cd81a 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 -ansible-runner>=1.4.0 # Apache-2.0 +ansible-runner>=1.4.4 # Apache-2.0 cliff>=3.2.0 # Apache-2.0