From 071f933d3e8d5070fe23db39087d1b0f68a25cc7 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 19 Apr 2018 14:35:13 -0400 Subject: [PATCH] Bump minimal version of ansible to 2.4.0 Currently 2.4.0 is the oldest release of ansible, everything later is EOL. Change-Id: I0372fee4b84de9e45c68fbb37860053a5df7d7e4 Signed-off-by: Paul Belanger --- requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 967b03d..f088ff4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ -# NOTE(pabelanger): Cap paramiko at 2.0.0 to avoid breaking changes. -paramiko<2.0.0 - -ansible>=2.0.0,<2.4.0 +ansible>=2.4.0 bindep netaddr