Update redis to 3.2.0

Related bug was fixed: celery/kombu#947
Moreover, recent kombu versiones demand
such redis version.
This commit is contained in:
Oleg Russkin 2019-03-12 16:35:03 +02:00
parent eb85627d1a
commit 6213af4b56

View File

@ -8,7 +8,7 @@ argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==4.1.2 # https://github.com/evansd/whitenoise
{%- endif %}
redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis
redis>=3.2.0 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==4.2.1 # pyup: < 5.0 # https://github.com/celery/celery
{%- if cookiecutter.use_docker == 'y' %}