Update django-webpack-loader from 2.0.0 to 2.0.1

This commit is contained in:
pyup-bot 2023-06-14 13:54:22 +01:00
parent 0d308fa2ee
commit 1c399167ad

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==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 %}