From 56c347de3f8083b7e813836f033a4d3becfa01b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:25:45 +0000 Subject: [PATCH] Bump celery from 3.1.1 to 5.2.2 in /requirements Bumps [celery](https://github.com/celery/celery) from 3.1.1 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.1...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/extra/debug.txt | 2 +- requirements/extra/debug2.txt | 2 +- requirements/production.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/extra/debug.txt b/requirements/extra/debug.txt index fbd13d4..c3b948c 100644 --- a/requirements/extra/debug.txt +++ b/requirements/extra/debug.txt @@ -1,3 +1,3 @@ -r debug2.txt -celery==3.1.1 +celery==5.2.2 diff --git a/requirements/extra/debug2.txt b/requirements/extra/debug2.txt index 92879e2..ceca78f 100644 --- a/requirements/extra/debug2.txt +++ b/requirements/extra/debug2.txt @@ -1 +1 @@ -celery==3.1.1 +celery==5.2.2 diff --git a/requirements/production.txt b/requirements/production.txt index 9e9f3dd..f8ad525 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,3 +1,3 @@ # this file is only used for testing the cli -celery==3.1.1 # we also clean inline comments +celery==5.2.2 # we also clean inline comments