From 5930c0a88f2bc86aba70cec5754047ea265dba96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:11:24 +0000 Subject: [PATCH] build(deps): bump django-webpack-loader from 3.1.0 to 3.1.1 Bumps [django-webpack-loader](https://github.com/django-webpack/django-webpack-loader) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/django-webpack/django-webpack-loader/releases) - [Changelog](https://github.com/django-webpack/django-webpack-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/django-webpack/django-webpack-loader/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: django-webpack-loader dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54790a59a..0d870a468 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ django-simple-history==3.7.0 django-storages==1.14.4 django-taggit==5.0.1 django-treebeard==4.7.1 -django-webpack-loader==3.1.0 +django-webpack-loader==3.1.1 django_csp==3.8 django_vite_plugin==3.0.4 djangorestframework==3.15.2