Merge pull request #4392 from cookiecutter/pyup-update-django-webpack-loader-2.0.0-to-2.0.1

Update django-webpack-loader to 2.0.1
This commit is contained in:
Jelmer 2023-06-14 15:02:17 +02:00 committed by GitHub
commit 46deef4a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,5 +46,5 @@ django-cors-headers==4.0.0 # https://github.com/adamchainz/django-cors-headers
drf-spectacular==0.26.2 # https://github.com/tfranzel/drf-spectacular drf-spectacular==0.26.2 # https://github.com/tfranzel/drf-spectacular
{%- endif %} {%- endif %}
{%- if cookiecutter.frontend_pipeline == 'Webpack' %} {%- if cookiecutter.frontend_pipeline == 'Webpack' %}
django-webpack-loader==2.0.0 # https://github.com/django-webpack/django-webpack-loader django-webpack-loader==2.0.1 # https://github.com/django-webpack/django-webpack-loader
{%- endif %} {%- endif %}