From 4039daf4f4791df4eee8c7fb78e48b2cd56c982a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:28:43 +0000 Subject: [PATCH] Bump celery from 3.1.23 to 5.2.2 in /webapp/requirements Bumps [celery](https://github.com/celery/celery) from 3.1.23 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/v3.1.23...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements/base.txt b/webapp/requirements/base.txt index 3e22b63..313921f 100644 --- a/webapp/requirements/base.txt +++ b/webapp/requirements/base.txt @@ -3,7 +3,7 @@ django_extensions==1.7.2 django-debug-toolbar==1.5 pyjwt==1.4.2 requests==2.11.1 -celery==3.1.23 +celery==5.2.2 redis==2.10.5 fabric==1.12.0 pyaml==15.8.2