From 35bc5f18aed7cb697d33a6724180e7b560ee7a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:06:11 +0000 Subject: [PATCH] Bump celery from 4.4.7 to 5.2.2 in /requirements Bumps [celery](https://github.com/celery/celery) from 4.4.7 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.4.7...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/celery44.txt | 2 +- requirements/constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/celery44.txt b/requirements/celery44.txt index b7486d8..7d814e9 100644 --- a/requirements/celery44.txt +++ b/requirements/celery44.txt @@ -1,6 +1,6 @@ amqp==2.6.1 billiard==3.6.4.0 -celery==4.4.7 +celery==5.2.2 click==8.1.3 kombu==4.6.11 vine==1.3.0 diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 465a221..009230c 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -11,4 +11,4 @@ # Common constraints for edx repos -c common_constraints.txt -celery<5.0 # we still want to support celery 4 +celery<6.0 # we still want to support celery 4