From 90916acf8852b37af6e2768f1dae4c1bfa0cce1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:24:42 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 12.1.1 in /pdf_ocr Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.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.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pdf_ocr/pyproject.toml | 2 +- pdf_ocr/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf_ocr/pyproject.toml b/pdf_ocr/pyproject.toml index dffa6d0..640fd21 100644 --- a/pdf_ocr/pyproject.toml +++ b/pdf_ocr/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "openai>=1.61.0", "python-multipart==0.0.19", "numpy==2.2.0", - "pillow==11.0.0", + "pillow==12.1.1", "python-doctr[torch]==0.10.0", "requests==2.32.3", "restack-ai>=0.0.94",] diff --git a/pdf_ocr/requirements.txt b/pdf_ocr/requirements.txt index 5f2cc08..be0d5fc 100644 --- a/pdf_ocr/requirements.txt +++ b/pdf_ocr/requirements.txt @@ -96,7 +96,7 @@ opencv-python==4.11.0.86 # via python-doctr packaging==24.2 # via huggingface-hub -pillow==11.0.0 +pillow==12.1.1 # via # pdf-ocr (pyproject.toml) # python-doctr