From d6489c6dd8b0cd3c395d6628d49e88b00a5101dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:38:44 +0100 Subject: [PATCH] Bump django-compressor from 4.5.1 to 4.6.0 (#5759) Bumps [django-compressor](https://github.com/django-compressor/django-compressor) from 4.5.1 to 4.6.0. - [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt) - [Commits](https://github.com/django-compressor/django-compressor/compare/4.5.1...4.6) --- updated-dependencies: - dependency-name: django-compressor dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a842cff112..6259eafab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "dnspython==2.*", "Django[argon2]==4.2.*,>=4.2.26", "django-bootstrap3==25.2", - "django-compressor==4.5.1", + "django-compressor==4.6.0", "django-countries==8.2.*", "django-filter==25.1", "django-formset-js-improved==0.5.0.4",