Skip to content

Commit 4026b74

Browse files
authored
Merge pull request #388 from ImageMarkup/celery
Upgrade Celery to fix a Billiard error on Python 3.13
2 parents 1ac0146 + cd48c23 commit 4026b74

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
amqp==5.2.0
1+
amqp==5.3.1
22
argon2-cffi==23.1.0
33
argon2-cffi-bindings==21.2.0
44
asgiref==3.8.1
5-
billiard==4.2.0
5+
billiard==4.2.1
66
bleach==6.1.0
77
boto3==1.34.145
88
botocore==1.34.145
99
Brotli==1.1.0
10-
celery==5.4.0
10+
celery==5.5.3
1111
certifi==2024.7.4
1212
cffi==1.17.1
1313
charset-normalizer==3.3.2
14-
click==8.1.7
14+
click==8.2.1
1515
click-didyoumean==0.3.1
1616
click-pathlib==2020.3.13.0
17-
click-plugins==1.1.1
17+
click-plugins==1.1.1.2
1818
click-repl==0.3.0
1919
cryptography==43.0.0
2020
dictdiffer==0.9.0
@@ -45,16 +45,16 @@ isic-challenge-scoring==5.7.0
4545
jmespath==1.0.1
4646
joblib==1.4.2
4747
jwcrypto==1.5.6
48-
kombu==5.3.7
48+
kombu==5.5.4
4949
Markdown==3.6
5050
markdown-it-py==3.0.0
5151
mdurl==0.1.2
5252
numpy==2.3.1
5353
oauthlib==3.2.2
54-
packaging==24.1
54+
packaging==25.0
5555
pandas==2.3.1
5656
pillow==10.4.0
57-
prompt_toolkit==3.0.47
57+
prompt_toolkit==3.0.51
5858
psycopg==3.2.9
5959
psycopg-c==3.2.9
6060
pycparser==2.22
@@ -71,13 +71,13 @@ scikit-learn==1.7.0
7171
scipy==1.16.0
7272
sentry-sdk==2.32.0
7373
setuptools==70.3.0
74-
six==1.16.0
74+
six==1.17.0
7575
sqlparse==0.5.1
7676
tablib==3.5.0
7777
threadpoolctl==3.5.0
7878
tinycss2==1.2.1
7979
typing_extensions==4.12.2
80-
tzdata==2024.1
80+
tzdata==2025.2
8181
uritemplate==4.1.1
8282
urllib3==2.2.2
8383
vine==5.1.0

0 commit comments

Comments
 (0)