From 6d63f1976723a43ba6003b4182d4dcd446bc1006 Mon Sep 17 00:00:00 2001 From: Davin <33914639+dav-shine@users.noreply.github.com> Date: Fri, 29 Jun 2018 12:40:13 +1000 Subject: [PATCH 1/2] locking down python library versions in requirements.txt (#162) * locking down python library versions in requirements.txt * locking down python library versions in requirements.txt --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index a217255e..52d4f328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -ansible>=2.5.0 -awscli>=1.11.36 -boto>=2.46.1 -boto3>=1.4.3 -jinja2>=2.10 -ruamel.yaml>=0.13.7 +ansible==2.5.0 +awscli==1.11.36 +boto==2.46.1 +boto3==1.4.3 +jinja2==2.10 +ruamel.yaml==0.13.7 From 984199272327a924ef937d70b8222c6773722dac Mon Sep 17 00:00:00 2001 From: Davin <33914639+dav-shine@users.noreply.github.com> Date: Fri, 29 Jun 2018 14:44:19 +1000 Subject: [PATCH 2/2] Release/2.2 (#164) * locking down python library versions in requirements.txt * locking down python library versions in requirements.txt * need to change how we pin libraries .. there is a bit of dependancy hell going on * need to change how we pin libraries .. there is a bit of dependancy hell going on --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52d4f328..704e315e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -ansible==2.5.0 -awscli==1.11.36 -boto==2.46.1 -boto3==1.4.3 -jinja2==2.10 -ruamel.yaml==0.13.7 +ansible==2.5.5 +awscli>=1.11.36 +boto>=2.46.1 +boto3>=1.4.3 +botocore==1.8.37 +jinja2>=2.10 +ruamel.yaml>=0.13.7