From 4ca4f85cffde2d1c654f94b55d352f2ae24eb218 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 14 Apr 2017 21:38:23 +0300 Subject: [PATCH] - Updated requirements. --- tests/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index a7663c0..57c94d9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,9 +1,9 @@ -ansible==2.2.1.0 -testinfra==1.5.3 -molecule==1.20.0 -ansible-lint==3.4.10 -pre-commit==0.12.2 +ansible==2.3.0.0 +testinfra==1.5.5 +molecule==1.23.2 +ansible-lint==3.4.12 +pre-commit==0.13.6 python-vagrant==0.5.14 netaddr==0.7.19 passlib==1.7.1 -bcrypt==3.1.2 +bcrypt==3.1.3 -- GitLab