From 0bf6f40f57e00428f1f9da92e16fb802651d4857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:32:25 +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 ec2e822..de7c2d6 100644 --- a/requirements/celery44.txt +++ b/requirements/celery44.txt @@ -1,5 +1,5 @@ amqp==2.6.1 billiard==3.6.4.0 -celery==4.4.7 +celery==5.2.2 kombu==4.6.11 vine==1.3.0 diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 1c335ad..510d94b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -11,6 +11,6 @@ # stay on LTS version django< 2.3 -celery<5.0 # we still want to support celery 4 +celery<6.0 # we still want to support celery 4 pylint<2.8 # version 2.8 introduced breaking changes # that have not yet been resolved, can be removed when version 2.8.2 is released