From ff9b35307991ff81f86528c8a5c65e37c032c138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:45:07 +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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dd7bcf1..034b62b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -celery==4.4.2 +celery==5.2.2 kombu==4.6.8 \ No newline at end of file diff --git a/setup.py b/setup.py index 282c686..58fbc8d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # What packages are required for this module to be executed? REQUIRED = [ - "celery==4.4.2", + "celery==5.2.2", "kombu==4.6.8" ]