From 4ebb4151d28ff804c416828a47ee4b41bb7709b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:37:16 +0000 Subject: [PATCH] Bump celery from 4.2.0 to 5.2.2 in /worker Bumps [celery](https://github.com/celery/celery) from 4.2.0 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.2.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 11614fc..88638cd 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -1,4 +1,4 @@ -celery==4.2.0 +celery==5.2.2 Flask==1.0.2 redis==3.2.0 setuptools==39.0.1