Skip to content

Commit

Permalink
Merge pull request #2224 from kobotoolbox/upgrade-redis-pip-lib
Browse files Browse the repository at this point in the history
Bumped redis version to 3.2.0
  • Loading branch information
jnm authored Apr 15, 2019
2 parents 4c9ee15 + 21a7466 commit 0cde902
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/pip/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ python-dateutil==2.7.5
python-digest==1.7
pytz==2018.9
pyxform==0.13.1
redis==3.0.1 # via celery
redis==3.2.0
requests==2.21.0
responses==0.9.0
s3transfer==0.1.13 # via boto3
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pip/external_services.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ python-digest==1.7
pytz==2018.9
pyxform==0.13.1
raven==5.32.0
redis==3.0.1 # via celery
redis==3.2.0
requests==2.21.0
responses==0.9.0
s3transfer==0.1.13 # via boto3
Expand Down
3 changes: 3 additions & 0 deletions dependencies/pip/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ xlwt
pyopenssl
ndg-httpsclient
pyasn1

# Force new version of redis
redis==3.2.0
2 changes: 1 addition & 1 deletion dependencies/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ python-dateutil==2.7.5
python-digest==1.7
pytz==2018.9
pyxform==0.13.1
redis==3.0.1 # via celery
redis==3.2.0
requests==2.21.0
responses==0.9.0
s3transfer==0.1.13 # via boto3
Expand Down

0 comments on commit 0cde902

Please sign in to comment.