From 433ecad2e1534f6e66b69f783fa4650b2449635d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:26:10 +0000 Subject: [PATCH] Bump pillow 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] --- .../embedding-models/multimodal-embedding/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-cases/rag-pipeline/embedding-models/multimodal-embedding/src/requirements.txt b/use-cases/rag-pipeline/embedding-models/multimodal-embedding/src/requirements.txt index a7be81068..ca7424d9c 100644 --- a/use-cases/rag-pipeline/embedding-models/multimodal-embedding/src/requirements.txt +++ b/use-cases/rag-pipeline/embedding-models/multimodal-embedding/src/requirements.txt @@ -2,7 +2,7 @@ flask==3.1.0 google.cloud.storage==2.18.2 gunicorn==23.0.0 opencv-python==4.10.0.84 -pillow==11.0.0 +pillow==12.1.1 requests==2.32.3 salesforce-lavis==1.0.2 thejsonlogger==0.0.3