Skip to content

Commit

Permalink
Downgrade redis to workaround redis/redis-py#1274 (comment) (#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch authored Mar 6, 2020
1 parent a7abe70 commit ea68a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pysftp==0.2.9
PyNaCl==1.3.0
python-dateutil
raven==6.9.0
redis==3.4.1
redis==3.3.0
requests>=2.20.0
six>=1.11.0
social-auth-app-django==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ python-dateutil==2.5.3 # via -r requirements.in, edx-api-client, elasticsearc
python3-openid==3.1.0 # via social-auth-core
pytz==2018.5 # via celery, django, django-modelcluster, wagtail
raven==6.9.0 # via -r requirements.in
redis==3.4.1 # via -r requirements.in, django-redis, django-server-status
redis==3.3.0 # via -r requirements.in, django-redis, django-server-status
requests-oauthlib==1.0.0 # via social-auth-core
requests==2.21.0 # via -r requirements.in, edx-api-client, open-discussions-client, requests-oauthlib, social-auth-core, wagtail
robohash==1.0 # via -r requirements.in
Expand Down

0 comments on commit ea68a69

Please sign in to comment.