From 3be57e65775f675348fa96739099f968ba08e99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:57:12 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 12.2.0 in /image-to-text Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.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.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- image-to-text/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-to-text/requirements.txt b/image-to-text/requirements.txt index 178c4e72..457a7b9d 100644 --- a/image-to-text/requirements.txt +++ b/image-to-text/requirements.txt @@ -1,4 +1,4 @@ numpy<2 pytesseract==0.3.10 -Pillow==10.3.0 +Pillow==12.2.0 opencv-python==4.9.0.80