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

feat(celery): upgrade celery and its dependencies packages #26604

Merged
merged 8 commits into from
Jan 16, 2024
Merged
Changes from 6 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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# via -r requirements/base.in
alembic==1.6.5
# via flask-migrate
amqp==5.1.0
amqp==5.1.1
# via kombu
apispec[yaml]==6.3.0
# via flask-appbuilder
Expand All @@ -28,7 +28,7 @@ backoff==1.11.1
# via apache-superset
bcrypt==4.0.1
# via paramiko
billiard==3.6.4.0
billiard==4.2.0
# via celery
bottleneck==1.3.7
# via pandas
Expand All @@ -40,7 +40,7 @@ cachelib==0.9.0
# flask-session
cattrs==23.2.1
# via requests-cache
celery==5.2.2
celery==5.3.6
# via apache-superset
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -170,7 +170,7 @@ jinja2==3.1.2
# flask-babel
jsonschema==4.17.3
# via flask-appbuilder
kombu==5.2.4
kombu==5.3.4
# via celery
korean-lunar-calendar==0.3.1
# via holidays
Expand Down Expand Up @@ -349,7 +349,7 @@ urllib3==1.26.6
# requests
# requests-cache
# selenium
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
Expand Down
Loading