Skip to content

Commit f3531c2

Browse files
Bump pillow from 11.3.0 to 12.1.1 in /tools/wptrunner (#57712)
* Bump pillow from 11.3.0 to 12.1.1 in /tools/wptrunner Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.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](python-pillow/Pillow@11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jgraham <james@hoppipolla.co.uk>
1 parent 9faf8c9 commit f3531c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/wptrunner/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ mozlog==8.0.0
55
mozprocess==1.4.0
66
mozshellutil==1.0.0
77
packaging==25.0
8-
pillow==10.4.0; python_version < '3.9'
9-
pillow==11.3.0; python_version >= '3.9'
8+
pillow==11.3.0; python_version == '3.9'
9+
pillow==12.1.1; python_version >= '3.10'
1010
requests==2.32.3
1111
types-requests==2.32.0.20241016
1212
urllib3==2.2.2

0 commit comments

Comments
 (0)