Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Bump celery from 4.4.7 to 5.2.2 in /requirements/monitoring #453

Closed
Closed
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/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ botocore==1.29.78
# boto3
# moto
# s3transfer
celery==4.4.7
celery==5.2.2
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ botocore==1.29.78
# boto3
# moto
# s3transfer
celery==4.4.7
celery==5.2.2
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ botocore==1.29.78
# via
# boto3
# s3transfer
celery==4.4.7
celery==5.2.2
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ botocore==1.29.78
# boto3
# moto
# s3transfer
celery==4.4.7
celery==5.2.2
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down