Update django-compressor from 4.5 to 4.5.1

This commit is contained in:
pyup-bot 2024-07-22 12:40:19 +01:00 committed by Fábio C. Barrionuevo da Luz
parent 41b50bcb7d
commit 34803624eb

View File

@ -36,7 +36,7 @@ django-allauth[mfa]==0.63.6 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
django-compressor==4.5 # https://github.com/django-compressor/django-compressor
django-compressor==4.5.1 # https://github.com/django-compressor/django-compressor
{%- endif %}
django-redis==5.4.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == 'y' %}