From 95730ed521e8d897bfb4575a7b016336f16918fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:15:43 +0000 Subject: [PATCH] Update django-compressor requirement from ~=3.1 to ~=4.3 Updates the requirements on [django-compressor](https://github.com/django-compressor/django-compressor) to permit the latest version. - [Release notes](https://github.com/django-compressor/django-compressor/releases) - [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt) - [Commits](https://github.com/django-compressor/django-compressor/commits) --- updated-dependencies: - dependency-name: django-compressor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf9ac85c4e..b0971fd530 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ django-formtools~=2.3 django-recaptcha~=3.0.0 Django~=3.2 django-crispy-forms~=1.14 -django_compressor~=3.1 +django_compressor~=4.3 django_extensions~=3.1 django-storages~=1.12 easy-thumbnails~=2.8