From 9cdcaa64b97515a387b6b82f799b211d5ff01e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:23:33 +0000 Subject: [PATCH] Bump celery from 3.1.25 to 5.2.2 Bumps [celery](https://github.com/celery/celery) from 3.1.25 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.25...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dec6f85..dea58e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ scrapy-splash>=0.7,<0.8 scrapyd>=1.2,<1.3 jsonpath-rw>=1.4 kombu>=3.0.37,<3.1 -Celery==3.1.25 +Celery==5.2.2 django-celery==3.2.1 future>=0.17,<0.18 pillow>=6.2.1,<7.0