Update django-webpack-loader from 1.8.0 to 1.8.1

This commit is contained in:
pyup-bot 2023-02-06 06:12:12 -08:00
parent 1de268d87b
commit 9830d90bd8

View File

@ -47,5 +47,5 @@ django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
drf-spectacular==0.25.1 # https://github.com/tfranzel/drf-spectacular
{%- endif %}
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
django-webpack-loader==1.8.0 # https://github.com/django-webpack/django-webpack-loader
django-webpack-loader==1.8.1 # https://github.com/django-webpack/django-webpack-loader
{%- endif %}