Skip to content

Commit 0b44dd7

Browse files
authored
Update django-compressor to 4.1 (cookiecutter#3823)
1 parent 15aaf2e commit 0b44dd7

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ django-allauth==0.51.0 # https://github.com/pennersr/django-allauth
3636
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
3737
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
3838
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
39-
django-compressor==4.0 # https://github.com/django-compressor/django-compressor
39+
django-compressor==4.1 # https://github.com/django-compressor/django-compressor
4040
{%- endif %}
4141
django-redis==5.2.0 # https://github.com/jazzband/django-redis
4242
{%- if cookiecutter.use_drf == 'y' %}

0 commit comments

Comments
 (0)