From 00dc201bc879dd9ca60a3adee8eea2e407a34bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:38:13 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 Bumps [celery](https://github.com/celery/celery) from 4.3.0 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.3.0...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 9d39290..a930a4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django django-celery == 3.3.0 -celery == 4.3.0 +celery == 5.2.2 redis == 3.3.5 autopep8 == 1.4.4 Pillow