Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump celery from 5.2.7 to 5.4.0 #4561

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ le-utils==0.2.5
gunicorn==20.1.0
django-postmark==0.1.6
jsonfield==3.1.0
celery==5.2.7
celery==5.4.0
redis
python-postmark==0.6.0
Django==3.2.24
Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==23.1.0
# via jsonschema
backoff==2.2.1
# via -r requirements.in
billiard==3.6.4.0
billiard==4.2.0
# via celery
boto3==1.17.75
# via django-s3-storage
Expand All @@ -24,7 +24,7 @@ botocore==1.20.75
# s3transfer
cachetools==4.2.2
# via google-auth
celery==5.2.7
celery==5.4.0
# via
# -r requirements.in
# django-celery-results
Expand Down Expand Up @@ -153,7 +153,7 @@ jsonfield==3.1.0
# via -r requirements.in
jsonschema==4.17.3
# via -r requirements.in
kombu==5.2.4
kombu==5.3.7
# via celery
le-utils==0.2.5
# via -r requirements.in
Expand Down Expand Up @@ -197,11 +197,11 @@ python-dateutil==2.8.2
# via
# -r requirements.in
# botocore
# celery
python-postmark==0.6.0
# via -r requirements.in
pytz==2022.1
# via
# celery
# django
# django-postmark
# google-api-core
Expand Down Expand Up @@ -231,12 +231,14 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.1
# via django
tzdata==2024.1
# via celery
urllib3==1.26.18
# via
# botocore
# requests
# sentry-sdk
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
Expand Down
Loading