From 01c630b91263be4ef3ad6460e57e695937d61b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:47:09 +0000 Subject: [PATCH] Bump pillow from 11.3.0 to 12.1.1 in /agentic_ai/applications Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.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/11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agentic_ai/applications/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic_ai/applications/requirements.txt b/agentic_ai/applications/requirements.txt index 01d01b18..4305e8c8 100644 --- a/agentic_ai/applications/requirements.txt +++ b/agentic_ai/applications/requirements.txt @@ -474,7 +474,7 @@ pandas==2.3.3 # via # azure-ai-evaluation # streamlit -pillow==11.3.0 +pillow==12.1.1 # via streamlit ply==3.11 # via jsonpath-ng