From 7e7d55f77ba4778fa90eb857ce764a4a710c785f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 07:59:02 +0000 Subject: [PATCH] Update celery requirement from ~=4.4.2 to ~=5.0.4 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.4) 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..89ad1976 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.4