Skip to content

Commit 1ffac60

Browse files
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](python-pillow/Pillow@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] <support@github.com>
1 parent 36b4ee8 commit 1ffac60

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/requirements_lnx_cu12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy==2.3.4; python_version >= '3.13'
55
# Using cupy 12.3.0 for CUDA 12 because newer versions use jitify which fails in some environments
66
cupy-cuda12x==12.3.0; python_version <= '3.13'
77
pillow==11.2.1; python_version < '3.13'
8-
pillow==12.0.0; python_version >= '3.13'
8+
pillow==12.2.0; python_version >= '3.13'
99
torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64"
1010
torchvision; python_version < '3.13' and platform_machine == "x86_64"
1111
opencv-python==4.11.0.86

test/requirements_lnx_cu13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13'
44
numpy==2.3.4; python_version >= '3.13'
55
cupy-cuda13x==13.6.0; python_version <= '3.13'
66
pillow==11.2.1; python_version < '3.13'
7-
pillow==12.0.0; python_version >= '3.13'
7+
pillow==12.2.0; python_version >= '3.13'
88
torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64"
99
torchvision; python_version < '3.13' and platform_machine == "x86_64"
1010
opencv-python==4.11.0.86

test/requirements_win_cu12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13'
44
numpy==2.3.4; python_version >= '3.13'
55
cupy-cuda12x==13.6.0; python_version <= '3.13'
66
pillow==11.2.1; python_version < '3.13'
7-
pillow==12.0.0; python_version >= '3.13'
7+
pillow==12.2.0; python_version >= '3.13'
88
torch==2.3.1+cu121; python_version < '3.13'
99
opencv-python==4.11.0.86
1010
scikit-image==0.25.0; python_version < '3.14'

test/requirements_win_cu13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13'
44
numpy==2.3.4; python_version >= '3.13'
55
cupy-cuda13x==13.6.0; python_version <= '3.13'
66
pillow==11.2.1; python_version < '3.13'
7-
pillow==12.0.0; python_version >= '3.13'
7+
pillow==12.2.0; python_version >= '3.13'
88
torch==2.3.1+cu121; python_version < '3.13'
99
opencv-python==4.11.0.86
1010
scikit-image==0.25.0; python_version >= '3.10' and python_version < '3.14'

0 commit comments

Comments
 (0)