From 45ae30ab8e04c70c3d31169e95ae501fdc2e6d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:38:14 +0000 Subject: [PATCH] Bump celery from 4.4.2 to 5.2.2 Bumps [celery](https://github.com/celery/celery) from 4.4.2 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/4.4.2...v5.2.2) --- updated-dependencies: - dependency-name: celery 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 c69f1a3..1623852 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest==3.0.7 redis==3.5.2 pillow==6.2.1 django-ckeditor==5.4.0 -celery==4.4.2 +celery==5.2.2 flower==0.9.3 django-celery-results==1.2.1 requests==2.19.1