From fbd430d95dfda4d13a33901c949d622b7b54f545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:14:43 +0000 Subject: [PATCH] chore(deps): bump pillow in /src/containers/image-pii-detection 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/image-pii-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/image-pii-detection/requirements.txt b/src/containers/image-pii-detection/requirements.txt index 722721c8..0a5da3d2 100644 --- a/src/containers/image-pii-detection/requirements.txt +++ b/src/containers/image-pii-detection/requirements.txt @@ -4,7 +4,7 @@ six==1.16.0 opencv-python-headless==4.5.3.56 numpy<=1.23.5 onnxruntime -Pillow==10.3.0 +Pillow==12.1.1 pyclipper==1.3.0 Shapely==1.7.1 base64image==0.5.1