From 6d7f7e1ac2d45143b163c9e7196d1b395f2ee9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 03:46:39 +0000 Subject: [PATCH] Bump pillow from 11.1.0 to 11.2.0 in /tools Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 11.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.1.0...11.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/wptrunner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wptrunner/requirements.txt b/tools/wptrunner/requirements.txt index 4074b20618ae15..a18e940b1d011a 100644 --- a/tools/wptrunner/requirements.txt +++ b/tools/wptrunner/requirements.txt @@ -5,7 +5,7 @@ mozlog==8.0.0 mozprocess==1.3.1 packaging==24.0 pillow==10.4.0; python_version < '3.9' -pillow==11.1.0; python_version >= '3.9' +pillow==11.2.0; python_version >= '3.9' requests==2.32.3 six==1.16.0 urllib3==2.2.2