From fe6fa11508a4d187afb58ba4cde257d9b3c0462c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:39:53 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.0.0 to 12.2.0 in /test/e2e Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.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.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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..beada0eadad 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.2.0 opencv-python-headless==4.8.0.74 numpy~=1.25.1 pytesseract==0.3.10