From 9593667c893ce0b9feea336cdb559eea5874e8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:02:55 +0000 Subject: [PATCH] chore(deps): bump pillow in /src/containers/custom-ocr/model-sm Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.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/10.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/containers/custom-ocr/model-sm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/custom-ocr/model-sm/requirements.txt b/src/containers/custom-ocr/model-sm/requirements.txt index fa714b75..255210db 100644 --- a/src/containers/custom-ocr/model-sm/requirements.txt +++ b/src/containers/custom-ocr/model-sm/requirements.txt @@ -3,7 +3,7 @@ six==1.16.0 opencv-python-headless==4.8.1.78 numpy==1.22.0 onnxruntime==1.8.1 -Pillow==10.3.0 +Pillow==12.1.1 pyclipper==1.3.0 Shapely==1.7.1 base64image==0.5.1