From 3a5872b051f9e0c00228f3567e4f3294e517e860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:20:03 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.0.0 to 12.1.1 in /test/e2e Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.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/10.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/e2e/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/requirements.txt b/test/e2e/requirements.txt index 72523690326..6e7130e8ca0 100644 --- a/test/e2e/requirements.txt +++ b/test/e2e/requirements.txt @@ -1,6 +1,6 @@ pytest==7.4.0 psutil==5.9.5 -pillow==10.0.0 +pillow==12.1.1 opencv-python-headless==4.8.0.74 numpy~=1.25.1 pytesseract==0.3.10