From c5b3c6f653427a5faf5454efc0f36d692e22d79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:28:13 +0000 Subject: [PATCH] Bump celery from 3.1.26.post2 to 5.2.2 in /backend Bumps [celery](https://github.com/celery/celery) from 3.1.26.post2 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/commits/v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirement.txt b/backend/requirement.txt index e3740c9..0afefc0 100644 --- a/backend/requirement.txt +++ b/backend/requirement.txt @@ -1,4 +1,4 @@ -celery==3.1.26.post2 +celery==5.2.2 Django==2.0.11 django-celery==3.2.2 django-cors-middleware==1.3.1