Skip to content

Commit

Permalink
Merge pull request #4651 from cookiecutter/pyup-update-crispy-bootstr…
Browse files Browse the repository at this point in the history
…ap5-0.7-to-2023.10

Update crispy-bootstrap5 to 2023.10
  • Loading branch information
foarsitter authored Oct 31, 2023
2 parents d559168 + 2794be3 commit 31ef7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-allauth==0.57.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5
crispy-bootstrap5==2023.10 # https://github.com/django-crispy-forms/crispy-bootstrap5
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
django-compressor==4.4 # https://github.com/django-compressor/django-compressor
{%- endif %}
Expand Down

0 comments on commit 31ef7b9

Please sign in to comment.