From a853449895553666e75ca5c2b886da4eb0c53598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:38:54 +0000 Subject: [PATCH] Bump celery from 3.1.22 to 5.2.2 in /backend Bumps [celery](https://github.com/celery/celery) from 3.1.22 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.22...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 934af61..050a5e8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ croniter==0.3.34 cryptography==2.9.2 redis==2.10.6 pymysql==0.9.2 -celery==3.1.22 +celery==5.2.2 celery-with-redis==3.0 uwsgi==2.0.17.1 gunicorn==19.9.0