From 33c22f124a6b2fb0beae008f6b27c9d5c7aa4906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:01:34 +0000 Subject: [PATCH] Bump django-compressor from 3.1 to 4.3.1 Bumps [django-compressor](https://github.com/django-compressor/django-compressor) from 3.1 to 4.3.1. - [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/compare/3.1...4.3.1) --- updated-dependencies: - dependency-name: django-compressor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 50765d7..9d2c1ba 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils django-allauth==0.48.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5 -django-compressor==3.1 # https://github.com/django-compressor/django-compressor +django-compressor==4.3.1 # https://github.com/django-compressor/django-compressor django-redis==5.2.0 # https://github.com/jazzband/django-redis # Wagtail