From 4731c0d0b08cb4acd1c3650b05583591a236b1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:38:54 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.1.0 to 12.1.1 in /genai/tools Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.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.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- genai/tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/tools/requirements.txt b/genai/tools/requirements.txt index 9f6fafbe8ec..8dc98f50299 100644 --- a/genai/tools/requirements.txt +++ b/genai/tools/requirements.txt @@ -1,3 +1,3 @@ google-genai==1.45.0 # PIl is required for tools_code_execution_with_txt_img.py -pillow==11.1.0 +pillow==12.1.1