From f6142db4218feaa54876be6af08ec3090fdf9baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:30:36 +0000 Subject: [PATCH] Chore(deps): bump the pip group across 3 directories with 5 updates Bumps the pip group with 4 updates in the /processing_services/example directory: [pillow](https://github.com/python-pillow/Pillow), [requests](https://github.com/psf/requests), [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 2 updates in the /processing_services/minimal directory: [pillow](https://github.com/python-pillow/Pillow) and [requests](https://github.com/psf/requests). Bumps the pip group with 2 updates in the /requirements directory: [pillow](https://github.com/python-pillow/Pillow) and [djoser](https://github.com/sunscrapers/djoser). Updates `pillow` from 11.3.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `transformers` from 4.50.3 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.50.3...v4.53.0) Updates `torch` from 2.6.0 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.8.0) Updates `pillow` from 11.3.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `pillow` from 10.2.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1) Updates `djoser` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/sunscrapers/djoser/releases) - [Changelog](https://github.com/sunscrapers/djoser/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sunscrapers/djoser/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: djoser dependency-version: 2.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- processing_services/example/requirements.txt | 8 ++++---- processing_services/minimal/requirements.txt | 4 ++-- requirements/base.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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