From 4c7f4d57ff8e422dad040bf58b403c37460c4c17 Mon Sep 17 00:00:00 2001 From: Doppins Date: Wed, 19 Jul 2017 15:52:07 +0000 Subject: [PATCH 1/2] Upgrade dependency redis to ==2.10.5 --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 55d945f6..936ed902 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -3,7 +3,7 @@ -e git+https://github.com/GSA/ckanext-archiver.git@datagov#egg=ckanext-archiver -e git+https://github.com/GSA/ckanext-qa.git@datagov#egg=ckanext-qa -e git+https://github.com/ckan/ckanext-googleanalytics.git@master#egg=ckanext-googleanalytics -redis==2.7.2 +redis==2.10.5 -e git+https://github.com/asl2/PyZ3950.git#egg=py3250 ply==3.4 From ab67a3140c74da9d8cfced68cfa46ceaa5fc4d37 Mon Sep 17 00:00:00 2001 From: Doppins Date: Wed, 19 Jul 2017 15:52:08 +0000 Subject: [PATCH 2/2] Upgrade dependency ply to ==3.10 --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 936ed902..9e44a2fe 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -6,7 +6,7 @@ redis==2.10.5 -e git+https://github.com/asl2/PyZ3950.git#egg=py3250 -ply==3.4 +ply==3.10 -e git+https://github.com/GSA/ckanext-saml2.git@master#egg=ckanext-saml2