From c83964b9eb973fc97c5a77018f0f06229d66d0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:56:47 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 4 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). Updates `pillow` from 11.3.0 to 12.2.0 - [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.2.0) 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 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.50.3...v5.0.0rc3) 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.2.0 - [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.2.0) 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) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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: 5.0.0rc3 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.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.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 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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