From a5a0c7af6701e826dea1d1a3a6ec42463496577c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:29:18 +0000 Subject: [PATCH] Bump celery from 4.0.2 to 5.2.2 in /src/requirements Bumps [celery](https://github.com/celery/celery) from 4.0.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/v4.0.2...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/common.txt b/src/requirements/common.txt index a7c36b5..807b245 100644 --- a/src/requirements/common.txt +++ b/src/requirements/common.txt @@ -23,7 +23,7 @@ django-filter>=2.0.1 django-tables2>=1.2.0,<1.16.0 pynliner==0.7.1 -celery==4.0.2 +celery==5.2.2 redis==2.10.5 requests==2.13.0 django-environ==0.4.1