From fb4b3c906e3eb14a840a355cdadac1d7c7bd565b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 11:27:08 +0000 Subject: [PATCH] Bump django-compressor from 2.2 to 2.3 Bumps [django-compressor](https://github.com/django-compressor/django-compressor) from 2.2 to 2.3. - [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/2.2...2.3) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 305c20c50..2d8a6d743 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'django-axes==1.7.0', 'djangorestframework==3.7.4', 'django-reversion==3.0.1', - 'django-compressor==2.2', + 'django-compressor==2.3', 'python-dateutil==2.7.5', 'django-celery==3.2.2', 'celery==3.1.25',