pin redis to 2.x

while we sort out v3 compatibility
This commit is contained in:
Leo Hemsted
2019-01-07 11:14:25 +00:00
parent 63e16ea0ba
commit 40a17a0e93
2 changed files with 10 additions and 7 deletions

View File

@@ -29,6 +29,8 @@ awscli-cwlogs>=1.4,<1.5
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0
git+https://github.com/alphagov/notifications-utils.git@30.7.3#egg=notifications-utils==30.7.3
git+https://github.com/alphagov/notifications-utils.git@30.7.2#egg=notifications-utils==30.7.2
# pinned until upgrade to redis-py 3 works
redis==2.10.6
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3

View File

@@ -31,7 +31,9 @@ awscli-cwlogs>=1.4,<1.5
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0
git+https://github.com/alphagov/notifications-utils.git@30.7.3#egg=notifications-utils==30.7.3
git+https://github.com/alphagov/notifications-utils.git@30.7.2#egg=notifications-utils==30.7.2
# pinned until upgrade to redis-py 3 works
redis==2.10.6
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
@@ -40,12 +42,12 @@ alembic==1.0.5
amqp==1.4.9
anyjson==0.3.3
attrs==18.2.0
awscli==1.16.83
awscli==1.16.84
bcrypt==3.1.5
billiard==3.3.0.23
bleach==2.1.3
boto3==1.6.16
botocore==1.12.73
botocore==1.12.74
certifi==2018.11.29
chardet==3.0.4
Click==7.0
@@ -68,13 +70,12 @@ phonenumbers==8.9.4
pyasn1==0.4.5
pycparser==2.19
PyPDF2==1.26.0
pyrsistent==0.14.8
pyrsistent==0.14.9
python-dateutil==2.7.5
python-editor==1.0.3
python-json-logger==0.1.8
pytz==2018.7
pytz==2018.9
PyYAML==3.12
redis==3.0.1
requests==2.21.0
rsa==3.4.2
s3transfer==0.1.13