From e658e0b6b2d1fc0a446c205d8cf9cf557d65eccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:32:19 +0000 Subject: [PATCH] Bump celery from 4.2.2 to 5.2.2 in /backend Bumps [celery](https://github.com/celery/celery) from 4.2.2 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.2.2...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 2066a636..ec0759f5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ pytest==3.9.3 pytest-ordering==0.6 imantics==0.1.9 flask-socketio==3.3.2 -celery==4.2.2 +celery==5.2.2 Shapely==1.7.0 scipy Pillow