Update django-webpack-loader to 1.8.1 (#4132)

This commit is contained in:
pyup.io bot 2023-02-06 09:46:39 -05:00 committed by GitHub
parent 1de268d87b
commit c24fa1f6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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