Update django-webpack-loader from 3.2.0 to 3.2.1

This commit is contained in:
pyup-bot 2025-06-17 16:34:25 -07:00
parent 25a30c9a9e
commit 25d89864bb

View File

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