From 1ffac60f62be9c4a902aec0f16b7fcc05eb49008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:21:14 +0000 Subject: [PATCH] Bump pillow from 12.0.0 to 12.2.0 in /test Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.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/12.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/requirements_lnx_cu12.txt | 2 +- test/requirements_lnx_cu13.txt | 2 +- test/requirements_win_cu12.txt | 2 +- test/requirements_win_cu13.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/requirements_lnx_cu12.txt b/test/requirements_lnx_cu12.txt index 2f02cdf..9d13621 100644 --- a/test/requirements_lnx_cu12.txt +++ b/test/requirements_lnx_cu12.txt @@ -5,7 +5,7 @@ numpy==2.3.4; python_version >= '3.13' # Using cupy 12.3.0 for CUDA 12 because newer versions use jitify which fails in some environments cupy-cuda12x==12.3.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.2.0; python_version >= '3.13' torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64" torchvision; python_version < '3.13' and platform_machine == "x86_64" opencv-python==4.11.0.86 diff --git a/test/requirements_lnx_cu13.txt b/test/requirements_lnx_cu13.txt index 2ee732b..fc44a35 100644 --- a/test/requirements_lnx_cu13.txt +++ b/test/requirements_lnx_cu13.txt @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda13x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.2.0; python_version >= '3.13' torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64" torchvision; python_version < '3.13' and platform_machine == "x86_64" opencv-python==4.11.0.86 diff --git a/test/requirements_win_cu12.txt b/test/requirements_win_cu12.txt index 9c8f012..3ade5ce 100644 --- a/test/requirements_win_cu12.txt +++ b/test/requirements_win_cu12.txt @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda12x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.2.0; python_version >= '3.13' torch==2.3.1+cu121; python_version < '3.13' opencv-python==4.11.0.86 scikit-image==0.25.0; python_version < '3.14' diff --git a/test/requirements_win_cu13.txt b/test/requirements_win_cu13.txt index 2c3d49b..2f6f615 100644 --- a/test/requirements_win_cu13.txt +++ b/test/requirements_win_cu13.txt @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda13x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.2.0; python_version >= '3.13' torch==2.3.1+cu121; python_version < '3.13' opencv-python==4.11.0.86 scikit-image==0.25.0; python_version >= '3.10' and python_version < '3.14'