From 87aca4e6c74f8f4d44cdde40de2e7f39dbac49e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:46:45 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 25da7fb..9820078 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ Flask-WTF==0.14.3 python-dotenv==0.13.0 psycopg2-binary==2.8.4 sqlalchemy==1.3.10 -celery==4.3.0 +celery==5.2.2 redis==3.3.11 pytest==5.2.2 vine==1.3.0