From 47c46fc5d990492185796f640b2659a01f762764 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 14 Sep 2017 09:24:22 +0300 Subject: [PATCH] - Updated requirements (left Molecule on the 1.x releases). --- tests/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 032b0da..1361b26 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ -ansible==2.3.1.0 -testinfra==1.6.4 -molecule==1.25.0 -ansible-lint==3.4.13 +ansible==2.3.2.0 +testinfra==1.7.0 +molecule<2 +ansible-lint==3.4.15 python-vagrant==0.5.15 netaddr==0.7.19 passlib==1.7.1 -- GitLab