Skip to content

Commit 1232374

Browse files
committed
Upgrade to celery 5.2.2
1 parent a9e2df9 commit 1232374

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.env.sample

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ DEBUNKBOT_CELERY_ACCEPT_CONTENT=
3030
DEBUNKBOT_CELERY_TASK_SERIALIZER=
3131
DEBUNKBOT_CELERY_RESULT_SERIALIZER=
3232
DEBUNKBOT_CELERY_TIMEZONE=
33-
DEBUNKBOT_CELERY_SLACK_WEBHOOK=
34-
DEBUNKBOT_CELERY_SLACK_WEBHOOK_FAILURES_ONLY=
3533
DEBUNKBOT_OAUTH_EMAILS=.*@example\.com
3634

3735
# Flower

requirements-all.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
asgiref==3.3.2
22
cachetools==4.2.1
3-
celery==4.4.2
4-
celery-slack==0.4.1
3+
celery==5.2.2
54
certifi==2020.12.5
65
chardet==4.0.0
76
dj-database-url==0.5.0
87
Django==3.2
98
django-redis==4.12.1
109
djangorestframework==3.12.4
1110
factory-boy==3.2.0
12-
flower==0.9.7
11+
flower==1.0.0
1312
gevent==21.12.0
1413
google-auth==1.28.0
1514
google-auth-oauthlib==0.4.4

0 commit comments

Comments
 (0)