From f055a598ce062e85bcbffbe6e7d209b284d3ec86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:38:54 +0200 Subject: [PATCH] Bump django-compressor from 4.5 to 4.5.1 (#4330) Bumps [django-compressor](https://github.com/django-compressor/django-compressor) from 4.5 to 4.5.1. - [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt) - [Commits](https://github.com/django-compressor/django-compressor/compare/4.5...4.5.1) --- updated-dependencies: - dependency-name: django-compressor dependency-type: direct:production update-type: version-update:semver-patch ... 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 54c392830..6527b12fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "dj-static", "Django[argon2]==4.2.*", "django-bootstrap3==24.2", - "django-compressor==4.5", + "django-compressor==4.5.1", "django-countries==7.6.*", "django-filter==24.2", "django-formset-js-improved==0.5.0.3",