From 5c99d3bf69ce472f14994a9a0c880288f3805c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:52:59 +0100 Subject: [PATCH] Update django-compressor requirement from ==4.3.* to ==4.4 (#3888) Updates the requirements on [django-compressor](https://github.com/django-compressor/django-compressor) to permit the latest version. - [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt) - [Commits](https://github.com/django-compressor/django-compressor/compare/4.3...4.4) --- updated-dependencies: - dependency-name: django-compressor dependency-type: direct:production ... 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 c07f98df70..ac10959d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "dj-static", "Django==4.2.*", "django-bootstrap3==23.1.*", - "django-compressor==4.3.*", + "django-compressor==4.4", "django-countries==7.5.*", "django-filter==23.2", "django-formset-js-improved==0.5.0.3",