From 94fc3febd4145d77335fe2ff2d7da7ae9d4a5c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:51:08 +0000 Subject: [PATCH] Bump celery from 4.4.6 to 5.2.2 in /backend Bumps [celery](https://github.com/celery/celery) from 4.4.6 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.6...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 74ee9df..ae94845 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,6 +15,6 @@ django-rest-auth[with_social] django-redis==4.12.1 pycodestyle==2.6.0 sentry-sdk==0.14.4 -celery==4.4.6 +celery==5.2.2 redis==3.4.1 ffsubsync==0.4.3