Update django-redis to 5.2.0 (#3485)

This commit is contained in:
pyup.io bot 2021-12-22 13:19:45 -05:00 committed by GitHub
parent 2186caf11d
commit 088f2a50d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstra
{%- if cookiecutter.use_compressor == "y" %}
django-compressor==3.1 # https://github.com/django-compressor/django-compressor
{%- endif %}
django-redis==5.1.0 # https://github.com/jazzband/django-redis
django-redis==5.2.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == "y" %}
# Django REST Framework
djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework