Update django-compressor to 3.1 (#3476)

This commit is contained in:
pyup.io bot 2021-12-19 09:34:04 -05:00 committed by GitHub
parent d2184ae952
commit b9d95ad495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ django-allauth==0.47.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==1.13.0 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
{%- if cookiecutter.use_compressor == "y" %}
django-compressor==3.0 # https://github.com/django-compressor/django-compressor
django-compressor==3.1 # https://github.com/django-compressor/django-compressor
{%- endif %}
django-redis==5.1.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == "y" %}