Merge pull request #3205 from pydanny/pyup-update-django-redis-4.12.1-to-5.0.0

Update django-redis to 5.0.0
This commit is contained in:
Bruno Alla 2021-06-21 13:01:09 +01:00 committed by GitHub
commit 86a9222af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ django-crispy-forms==1.12.0 # https://github.com/django-crispy-forms/django-cri
{%- if cookiecutter.use_compressor == "y" %}
django-compressor==2.4.1 # https://github.com/django-compressor/django-compressor
{%- 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" %}
# Django REST Framework
djangorestframework==3.12.4 # https://github.com/encode/django-rest-framework