Update django-webpack-loader from 1.8.1 to 2.0.0 (#4345)

This commit is contained in:
pyup.io bot 2023-05-23 07:42:30 -05:00 committed by GitHub
parent 52c2b0575c
commit 2dab4630df
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
{%- endif %}
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
django-webpack-loader==1.8.1 # https://github.com/django-webpack/django-webpack-loader
django-webpack-loader==2.0.0 # https://github.com/django-webpack/django-webpack-loader
{%- endif %}