From a9b550746a8134f958c18ed581d2acb9b42ec980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:50:21 +0000 Subject: [PATCH] Bump celery from 4.4.5 to 5.2.2 in /admin-dashboard 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] --- admin-dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dashboard/requirements.txt b/admin-dashboard/requirements.txt index d04052b..dea4206 100644 --- a/admin-dashboard/requirements.txt +++ b/admin-dashboard/requirements.txt @@ -9,6 +9,6 @@ amqp==2.6.1 uvicorn>=0.11.7 pydantic==1.6.2 hvac==0.10.4 -celery==4.4.5 +celery==5.2.2 jinja2>=2.11.3 aiofiles==0.5.0