From 0f7806593bc319cf16386776c7a94c02e3fe8c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:43:46 +0000 Subject: [PATCH] Bump pillow in /WebDriverTests/imported/w3c/tools/wptrunner Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.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/11.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WebDriverTests/imported/w3c/tools/wptrunner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDriverTests/imported/w3c/tools/wptrunner/requirements.txt b/WebDriverTests/imported/w3c/tools/wptrunner/requirements.txt index 3890ee225def..cc91d9659596 100644 --- a/WebDriverTests/imported/w3c/tools/wptrunner/requirements.txt +++ b/WebDriverTests/imported/w3c/tools/wptrunner/requirements.txt @@ -5,7 +5,7 @@ mozlog==8.0.0 mozprocess==1.4.0 packaging==25.0 pillow==10.4.0; python_version < '3.9' -pillow==11.3.0; python_version >= '3.9' +pillow==12.2.0; python_version >= '3.9' requests==2.32.3 types-requests==2.32.0.20241016 urllib3==2.2.2