From 987a59e9ae74efc6c657f3fe18a2ffb62b58446b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:27:41 +0000 Subject: [PATCH] Bump celery from 3.1.18 to 5.2.2 in /Django/celery_with_django 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] --- Django/celery_with_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Django/celery_with_django/requirements.txt diff --git a/Django/celery_with_django/requirements.txt b/Django/celery_with_django/requirements.txt old mode 100755 new mode 100644 index d6cf721..1e5d990 --- a/Django/celery_with_django/requirements.txt +++ b/Django/celery_with_django/requirements.txt @@ -2,7 +2,7 @@ Django==1.8.2 amqp==1.4.6 anyjson==0.3.3 billiard==3.3.0.20 -celery==3.1.18 +celery==5.2.2 kombu==3.0.26 pytz==2015.4 redis==2.10.3