From 14470a94f9283eb8c42c374351586ff6ab4eb678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:41:00 +0000 Subject: [PATCH] Bump celery from 3.1.18 to 5.2.2 in /djangoCeleryRedis Bumps [celery](https://github.com/celery/celery) from 3.1.18 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/v3.1.18...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- djangoCeleryRedis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoCeleryRedis/requirements.txt b/djangoCeleryRedis/requirements.txt index 36572c55..f1badc73 100644 --- a/djangoCeleryRedis/requirements.txt +++ b/djangoCeleryRedis/requirements.txt @@ -2,7 +2,7 @@ amqp==1.4.9 anyjson==0.3.3 asgiref==3.2.3 billiard==3.3.0.23 -celery==3.1.18 +celery==5.2.2 Django==3.0.2 kombu==3.0.37 python-http-client==3.2.1