From 46532e84de3d199efb56aa993088edb0a10b4dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:49:06 +0000 Subject: [PATCH] Bump celery from 4.4.5 to 5.2.2 in /rest-api Bumps [celery](https://github.com/celery/celery) from 4.4.5 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.4.5...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api/requirements.txt b/rest-api/requirements.txt index c38043c..2a7fa3e 100644 --- a/rest-api/requirements.txt +++ b/rest-api/requirements.txt @@ -5,7 +5,7 @@ py2neo==2020.0.0 retry==0.9.2 fastapi-utils==0.2.1 amqp==2.6.1 -celery==4.4.5 +celery==5.2.2 requests==2.23.0 hvac==0.10.4 uvicorn>=0.11.7