From f74fd4c4ba425bcb360b5636a23ddb9b967bad80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:36:33 +0000 Subject: [PATCH] chore(deps): bump django-webpack-loader from 0.7.0 to 3.2.3 Bumps [django-webpack-loader](https://github.com/django-webpack/django-webpack-loader) from 0.7.0 to 3.2.3. - [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/0.7.0...3.2.3) --- updated-dependencies: - dependency-name: django-webpack-loader dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index a245b120b0..dbd154942a 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ celery==5.6.0 redis python-postmark==0.7.0 Django==3.2.24 -django-webpack-loader==0.7.0 +django-webpack-loader==3.2.3 google-cloud-error-reporting google-cloud-storage==2.19.0 django-s3-storage==0.15.0 diff --git a/requirements.txt b/requirements.txt index fee81446ad..f20bcf35ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,7 +89,7 @@ django-registration==3.4 # via -r requirements.in django-s3-storage==0.15.0 # via -r requirements.in -django-webpack-loader==0.7.0 +django-webpack-loader==3.2.3 # via -r requirements.in djangorestframework==3.15.1 # via -r requirements.in