From 5c5bc8578c6a06ad02b31da4a5006e46c696ca81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:39:10 +0000 Subject: [PATCH] Bump celery from 3.1.6 to 5.2.2 in /django Bumps [celery](https://github.com/celery/celery) from 3.1.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/v3.1.6...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index aa2f327b..334ceb39 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,4 +1,4 @@ -celery == 3.1.6 +celery == 5.2.2 Django == 1.6.11 django-tastypie == 0.11.1 South == 1.0