From 31521b920fc265fe306f2e9505c26b1a5dccc62c 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.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 88ff9d3..ec3101c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ python-ldap==3.2.0 cryptography==2.3 redis==2.10.6 -celery==3.1.22 +celery==5.2.2 celery-with-redis==3.0 uwsgi==2.0.17.1 gunicorn==19.9.0