From b7ada45bf7961f8595e067d2d0f4ee81c0bc9de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:29:49 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 12.1.1 in /src/containerapp Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.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.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/containerapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containerapp/requirements.txt b/src/containerapp/requirements.txt index b7ef2f8..d6235b3 100644 --- a/src/containerapp/requirements.txt +++ b/src/containerapp/requirements.txt @@ -12,7 +12,7 @@ openai==1.58.1 requests==2.31.0 httpx==0.27.0 python-multipart==0.0.20 -Pillow==11.0.0 +Pillow==12.1.1 pandas==2.2.3 numpy>=1.26.0 python-dotenv==1.0.1