From 413dd6c51cc0abc6ddd00f72281745c418a0ebd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 20:18:57 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /server Bumps [celery](https://github.com/celery/celery) from 4.3.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.3.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d1abc726..1cee1434 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -9,7 +9,7 @@ Flask-Testing==0.7.1 Flask-WTF==0.14.2 bcrypt==3.1.4 python-dateutil==2.2 -celery==4.3.0 +celery==5.2.2 redis==3.2.1 requests==2.21.0 xmltodict==0.12.0