From 8c60544de687880f4d00d679adc8029b8fba5174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Raddaoui=20Mar=C3=ADn?= Date: Tue, 24 Nov 2020 03:55:53 +0100 Subject: [PATCH] Downgrade celery to 4.4.6 https://github.com/celery/celery/issues/6285 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 03cc56bb..b631d0b5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -celery==4.4.7 # pyup: <5.0 +celery==4.4.6 # pyup: <5.0 Django==2.2.17 # pyup: <3.0 django-cleanup==5.1.0 django_compressor==2.4