diff --git a/processing_services/example/requirements.txt b/processing_services/example/requirements.txt index eccbee47a..73c635991 100644 --- a/processing_services/example/requirements.txt +++ b/processing_services/example/requirements.txt @@ -1,9 +1,9 @@ fastapi==0.116.0 uvicorn==0.35.0 pydantic==2.11.7 -Pillow==11.3.0 -requests==2.32.4 -transformers==4.50.3 -torch==2.6.0 +Pillow==12.2.0 +requests==2.33.0 +transformers==5.0.0rc3 +torch==2.8.0 torchvision==0.21.0 scipy==1.16.0 diff --git a/processing_services/minimal/requirements.txt b/processing_services/minimal/requirements.txt index 6494fa201..9ce562958 100644 --- a/processing_services/minimal/requirements.txt +++ b/processing_services/minimal/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.116.1 uvicorn==0.35.0 pydantic==2.11.7 -Pillow==11.3.0 -requests==2.32.4 +Pillow==12.2.0 +requests==2.33.0 diff --git a/requirements/base.txt b/requirements/base.txt index 089a3d80a..836e47614 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ python-slugify==8.0.1 # https://github.com/un33k/python-slugify -Pillow==10.2.0 # https://github.com/python-pillow/Pillow +Pillow==12.2.0 # https://github.com/python-pillow/Pillow argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi whitenoise==6.5.0 # https://github.com/evansd/whitenoise redis==5.3.1 # https://github.com/redis/redis-py — pin 5.3.x; 5.2.x deadlocks in ConnectionPool.release (redis-py#3677), 6.x reintroduces it (celery#9622) @@ -37,7 +37,7 @@ drf-spectacular==0.26.3 # https://github.com/tfranzel/drf-spectacular django-filter==23.2 # https://github.com/carltongibson/django-filter django-storages[boto3]==1.14.2 # https://github.com/jschneier/django-storages # Authentication API -djoser==2.2.0 +djoser==2.3.0 # Object Level Permissions django-guardian==2.4.0 # Email sending