From cd48c23510b69ad3098ddbe866ce6bc0983b6c88 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Tue, 8 Jul 2025 12:28:07 -0400 Subject: [PATCH] Upgrade Celery to fix a Billiard error on Python 3.13 --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index cdde16a..0663eb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -amqp==5.2.0 +amqp==5.3.1 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 asgiref==3.8.1 -billiard==4.2.0 +billiard==4.2.1 bleach==6.1.0 boto3==1.34.145 botocore==1.34.145 Brotli==1.1.0 -celery==5.4.0 +celery==5.5.3 certifi==2024.7.4 cffi==1.17.1 charset-normalizer==3.3.2 -click==8.1.7 +click==8.2.1 click-didyoumean==0.3.1 click-pathlib==2020.3.13.0 -click-plugins==1.1.1 +click-plugins==1.1.1.2 click-repl==0.3.0 cryptography==43.0.0 dictdiffer==0.9.0 @@ -45,16 +45,16 @@ isic-challenge-scoring==5.7.0 jmespath==1.0.1 joblib==1.4.2 jwcrypto==1.5.6 -kombu==5.3.7 +kombu==5.5.4 Markdown==3.6 markdown-it-py==3.0.0 mdurl==0.1.2 numpy==2.3.1 oauthlib==3.2.2 -packaging==24.1 +packaging==25.0 pandas==2.3.1 pillow==10.4.0 -prompt_toolkit==3.0.47 +prompt_toolkit==3.0.51 psycopg==3.2.9 psycopg-c==3.2.9 pycparser==2.22 @@ -71,13 +71,13 @@ scikit-learn==1.7.0 scipy==1.16.0 sentry-sdk==2.32.0 setuptools==70.3.0 -six==1.16.0 +six==1.17.0 sqlparse==0.5.1 tablib==3.5.0 threadpoolctl==3.5.0 tinycss2==1.2.1 typing_extensions==4.12.2 -tzdata==2024.1 +tzdata==2025.2 uritemplate==4.1.1 urllib3==2.2.2 vine==5.1.0