From 2c602359814677e4df2dbcd7fe5a88c6122ec680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:52:29 +0000 Subject: [PATCH] Bump celery from 4.4.0 to 5.2.2 in /Task-40-AsyncTaskDjango Bumps [celery](https://github.com/celery/celery) from 4.4.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/4.4.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Task-40-AsyncTaskDjango/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task-40-AsyncTaskDjango/requirements.txt b/Task-40-AsyncTaskDjango/requirements.txt index 623380e..3a6844a 100644 --- a/Task-40-AsyncTaskDjango/requirements.txt +++ b/Task-40-AsyncTaskDjango/requirements.txt @@ -1,6 +1,6 @@ amqp==2.5.2 billiard==3.6.1.0 -celery==4.4.0 +celery==5.2.2 Django==2.1.15 django-widget-tweaks==1.4.5 importlib-metadata==1.3.0