From d67f880ee12820dbb0f045dcf9d1279cabe11f47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 07:24:47 +0000 Subject: [PATCH] Update celery requirement from ~=4.4.2 to ~=5.0.5 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.0.5) 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..9f0e2685 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.0.5