From 2637fd477b244d850483f62c28a717421133e8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:24:09 +0000 Subject: [PATCH] Bump celery from 5.1.2 to 5.2.2 in /api Bumps [celery](https://github.com/celery/celery) from 5.1.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/v5.1.2...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d0b24fd..bfae191 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,3 +1,3 @@ Flask==2.0.1 -celery==5.1.2 +celery==5.2.2 redis==3.5.3 \ No newline at end of file