diff --git a/requirements.txt b/requirements.txt index 58ff74f..04e17bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django==2.2.9 lxml==4.4.2 pika==1.1.0 spyne==2.13.12b0 -celery==4.4.0 +celery==5.2.2 redis==3.4.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index 44ac21a..9ec46b4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ amqp==2.5.2 attrs==19.3.0 billiard==3.6.1.0 bleach==3.1.0 -celery==4.4.0 +celery==5.2.2 certifi==2019.11.28 cffi==1.13.2 chardet==3.0.4 diff --git a/setup.cfg b/setup.cfg index 2c32985..9ffe116 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,5 +52,5 @@ install_requires = [options.extras_require] rabbit = pika>=1.1.0 redis = redis>=3.4.1 -celery = celery==4.3.0 +celery = celery==5.2.2 tenant = django-tenants==2.2.3