From 87bdd5a6ad152fd238b982da7fa2a21cecac8ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:36:39 +0000 Subject: [PATCH] Bump celery from 4.4.7 to 5.2.2 in /apps/common/src 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] --- apps/common/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/src/requirements.txt b/apps/common/src/requirements.txt index 3bb17a43d9..f61c466cf7 100644 --- a/apps/common/src/requirements.txt +++ b/apps/common/src/requirements.txt @@ -8,7 +8,7 @@ beautifulsoup4==4.9.3 # (Celery 5.x changed behaviour in how tasks get registered which would require # mediawords/job/ to be rewritten from the ground up so we're not going that # far here) -Celery==4.4.7 +Celery==5.2.2 # Detect encodings of web responses chardet==4.0.0