From fbe9e692d188f768f7c48ceb328b5777730b5ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:22:52 +0000 Subject: [PATCH] Bump pillow in /WebDriverTests/imported/w3c/tools/wptrunner Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.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](https://github.com/python-pillow/Pillow/compare/11.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 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 97b569379553..6d99a2de8bd3 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.3.1 packaging==25.0 pillow==10.4.0; python_version < '3.9' -pillow==11.1.0; python_version >= '3.9' +pillow==12.1.1; python_version >= '3.9' requests==2.32.3 six==1.16.0 urllib3==2.2.2