From 9300171962f02a27d0834f7cdc70b9e7548cd504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:58:13 +0000 Subject: [PATCH] chore(deps): bump pillow in /vision/snippets/document_text Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.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.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vision/snippets/document_text/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/snippets/document_text/requirements.txt b/vision/snippets/document_text/requirements.txt index e813a2c08e..9c711690cd 100644 --- a/vision/snippets/document_text/requirements.txt +++ b/vision/snippets/document_text/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==3.8.1 pillow==10.3.0; python_version < '3.8' -pillow==10.4.0; python_version >= '3.8' +pillow==12.2.0; python_version >= '3.8'