From c1af3d5f508234909bbaa02f20773b862c70c418 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 06:28:04 +0000 Subject: [PATCH] Update celery requirement from ~=4.4.2 to ~=5.1.2 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.2) 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..e289ea8a 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.2