Update django-redis from 4.12.1 to 5.0.0

This commit is contained in:
pyup-bot 2021-05-31 12:33:44 -07:00
parent 381793e396
commit 5fb7dded0c

View File

@ -37,7 +37,7 @@ django-crispy-forms==1.11.2 # https://github.com/django-crispy-forms/django-cri
{%- if cookiecutter.use_compressor == "y" %} {%- if cookiecutter.use_compressor == "y" %}
django-compressor==2.4.1 # https://github.com/django-compressor/django-compressor django-compressor==2.4.1 # https://github.com/django-compressor/django-compressor
{%- endif %} {%- endif %}
django-redis==4.12.1 # https://github.com/jazzband/django-redis django-redis==5.0.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == "y" %} {%- if cookiecutter.use_drf == "y" %}
# Django REST Framework # Django REST Framework
djangorestframework==3.12.4 # https://github.com/encode/django-rest-framework djangorestframework==3.12.4 # https://github.com/encode/django-rest-framework