Update django-webpack-loader to 3.2.1 (#5902)

This commit is contained in:
pyup.io bot 2025-06-18 02:51:42 -07:00 committed by GitHub
parent 4950e2bbd3
commit 56690fa4f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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