From b4c8690600d182798acbf6743f5a089ee770df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:48:38 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /django Bumps [celery](https://github.com/celery/celery) from 4.3.0 to 5.2.2. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v4.3.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index 2615ee0..bb79fb3 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,5 +1,5 @@ django==2.2.18 -celery==4.3.0 +celery==5.2.2 django-simple-pagination==1.3 django-compressor==2.3 sorl-thumbnail==12.5.0