From 9466f30ea49aac8325cebbf9cc22620b76186815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petra=20C=CC=8Ci=CC=81halova=CC=81?= Date: Wed, 15 Jan 2025 08:19:23 +0100 Subject: [PATCH] bump celery to the latest version --- Pipfile | 4 ++-- Pipfile.lock | 28 ++++++++++++++-------------- requirements.txt | 8 ++++---- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Pipfile b/Pipfile index 0af7d66c5..6f316e9ef 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/Pipfile.lock b/Pipfile.lock index 785ca4817..5fc8e171d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4998677c179c18b83a515c3c037f5ef01b00464bfb2fa67c9ddc4bdef7424e36" + "sha256": "79aa52bb2c26799d4a3bde8f265b308811d575688e4b3e0dd2119ee5c2a3aced" }, "pipfile-spec": 6, "requires": { @@ -74,20 +74,20 @@ }, "botocore": { "hashes": [ - "sha256:4f1c0b687488663a774ad3a5e81a5f94fae1bcada2364cfdc48482c4dbf794d5", - "sha256:d11742b3824bdeac3c89eeeaf5132351af41823bbcef8fc15e95c8250b1de09c" + "sha256:1eab44e969c39c5f3d9a3104a0836c24715579a455f12b3979a31d7cde51b3c3", + "sha256:b22d27b6b617fc2d7342090d6129000af2efd20174215948c0d7ae2da0fab445" ], "markers": "python_version >= '3.8'", - "version": "==1.35.98" + "version": "==1.35.99" }, "celery": { "hashes": [ - "sha256:9ca1c46c40a5fd0946783d3a5a1ee532e283a586b1eeebd88a40a17af757a875", - "sha256:b034f1e6475a90cf3e8c47357f132d0ed23fede22206ef5fc78b91f40f43ad67" + "sha256:369631eb580cf8c51a82721ec538684994f8277637edde2dfc0dacd73ed97f64", + "sha256:504a19140e8d3029d5acad88330c541d4c3f64c789d85f94756762d8bca7e706" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==5.3.0b2" + "markers": "python_version >= '3.8'", + "version": "==5.4.0" }, "certifi": { "hashes": [ @@ -610,11 +610,11 @@ }, "kombu": { "hashes": [ - "sha256:14212f5ccf022fc0a70453bb025a1dcc32782a588c49ea866884047d66e14763", - "sha256:eef572dd2fd9fc614b37580e3caeafdd5af46c1eff31e7fba89138cdb406f2cf" + "sha256:213dc124de2a9dada467aa3387c638d8594e91a9dff2dcf6206cd9c6bcf84a5d", + "sha256:f581f3b2945a46d5de540a8fde920e87725308cfed6bdeed6983fa4124879cd0" ], "markers": "python_version >= '3.8'", - "version": "==5.4.2" + "version": "==5.5.0rc2" }, "markupsafe": { "hashes": [ @@ -937,12 +937,12 @@ }, "tzdata": { "hashes": [ - "sha256:21f4f0d7241572efa7f7a4fdabb052e61b55dc48274e6842697ccdf5253e5451", - "sha256:c3119520447d68ef3eb8187a55a4f44fa455f30eb1b4238fa5691ba094f2b05b" + "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc", + "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd" ], "index": "pypi", "markers": "python_version >= '2'", - "version": "==2022.2" + "version": "==2024.2" }, "unicodecsv": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 1ae7c7179..4a711b133 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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' @@ -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' @@ -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'