diff --git a/processing_services/example/requirements.txt b/processing_services/example/requirements.txt index eccbee47a..626daca63 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.1.1 +requests==2.33.0 +transformers==4.53.0 +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..fb279e4ad 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.1.1 +requests==2.33.0 diff --git a/requirements/base.txt b/requirements/base.txt index 3b208e9df..a773dc746 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.1.1 # 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.2.1 # https://github.com/redis/redis-py @@ -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