From fa79742f8432b8719205b70cc9f18f6050551b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:04:17 +0000 Subject: [PATCH] chore(deps): bump pillow Bumps the pip group with 1 update in the /docker/image-service directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 10.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/10.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docker/image-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/image-service/requirements.txt b/docker/image-service/requirements.txt index 03a7ddc..c54c063 100644 --- a/docker/image-service/requirements.txt +++ b/docker/image-service/requirements.txt @@ -1,4 +1,4 @@ Flask==2.3.3 -Pillow==10.3.0 +Pillow==12.1.1 requests==2.32.4 numpy==1.26.4