From 42511d1434a6c0935b2d8d4ba7013b52eb50d85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:46:07 +0000 Subject: [PATCH] Bump pillow in /RAG/examples/advanced_rag/multimodal_rag Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.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/10.2.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RAG/examples/advanced_rag/multimodal_rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAG/examples/advanced_rag/multimodal_rag/requirements.txt b/RAG/examples/advanced_rag/multimodal_rag/requirements.txt index f1d7a09f7..d508e3235 100644 --- a/RAG/examples/advanced_rag/multimodal_rag/requirements.txt +++ b/RAG/examples/advanced_rag/multimodal_rag/requirements.txt @@ -1,7 +1,7 @@ pdfplumber==0.11.0 gspread==6.0.0 pandas==2.2.0 -Pillow==10.2.0 +Pillow==12.2.0 pydantic==2.5.3 pymilvus==2.3.5 python-pptx==0.6.23