From c62396e76b158e1a7180976f2112a8ef1526c987 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 06:27:40 +0000 Subject: [PATCH] Update celery requirement from ~=4.4.2 to ~=5.1.1 in /config Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version. - [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.2...v5.1.1) Signed-off-by: dependabot-preview[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 66591f64..d8ac13e3 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -22,4 +22,4 @@ drf-firebase-auth~=0.0.6 django-silk~=4.0.1 jdcal~=1.4 openpyxl~=3.0.3 -celery~=4.4.2 +celery~=5.1.1