Update django-webpack-loader from 2.0.1 to 3.0.1

This commit is contained in:
pyup-bot 2024-01-16 15:41:01 +00:00
parent d939a0cfd4
commit eac98164a8

View File

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