Update Celery and Kombu

This commit is contained in:
Georg Krause 2021-07-04 19:03:24 +00:00
parent 4647b13091
commit c430d50816
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ pytz==2021.1
# Redis support
django-redis~=4.12.0
redis~=3.5.0
kombu~=5.0.0
kombu~=5.1.0
celery~=5.0.0
celery~=5.1.2
# Your custom requirements go here
django-cors-headers~=3.7.0