diff --git a/api/requirements.txt b/api/requirements.txt index 514a076..9a8d584 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -22,7 +22,7 @@ gunicorn==20.0.4 drf-spectacular==0.21.1 # .................................................................. # For background work (async work). Redis is the message broker -celery==5.1.2 +celery==5.2.2 redis==4.0.0 # .................................................................. # For hard type checking