Skip to content

Commit

Permalink
Merge pull request #1438 from petracihalova/celery-update
Browse files Browse the repository at this point in the history
[RHCLOUD-37333] bump celery to the latest version
  • Loading branch information
petracihalova authored Jan 15, 2025
2 parents ab6815a + 9ad4730 commit 47b57e9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ djangorestframework-csv = "==2.1.1"
grpcio = "==1.68.1"
grpcio-status = "==1.68.1"
pytz = "==2022.2.1"
tzdata = "==2022.2"
tzdata = "==2024.2"
django-prometheus = "==2.2.0"
prometheus-client = "==0.15.0"
protoc-gen-validate = "==1.0.4"
urllib3 = "==1.26.20"
watchtower = "==3.0.0"
boto3 = "==1.35.92"
celery = "==5.3.0b2"
celery = "==5.4.0"
redis = "==5.0.0"
relations-grpc-clients-python-kessel-project = "==0.3.2"
sqlparse = "==0.5.3"
Expand Down
28 changes: 14 additions & 14 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ astunparse==1.6.3
async-timeout==5.0.1; python_full_version <= '3.11.2'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.92; python_version >= '3.8'
botocore==1.35.98; python_version >= '3.8'
celery==5.3.0b2; python_version >= '3.7'
botocore==1.35.99; python_version >= '3.8'
celery==5.4.0; python_version >= '3.8'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
charset-normalizer==3.4.1; python_version >= '3.7'
Expand Down Expand Up @@ -36,7 +36,7 @@ jinja2==3.1.5; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
joserfc==0.8.0; python_version >= '3.8'
kafka-python==2.0.2
kombu==5.4.2; python_version >= '3.8'
kombu==5.5.0rc2; python_version >= '3.8'
markupsafe==3.0.2; python_version >= '3.9'
packaging==24.2; python_version >= '3.8'
prometheus-client==0.15.0; python_version >= '3.6'
Expand All @@ -58,7 +58,7 @@ six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3
sqlparse==0.5.3; python_version >= '3.8'
stompest==2.3.0
typing-extensions==4.12.2; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
tzdata==2024.2; python_version >= '2'
unicodecsv==0.14.1
urllib3==1.26.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
uuid-utils==0.9.0; python_version >= '3.8'
Expand Down

0 comments on commit 47b57e9

Please sign in to comment.