From 4c98bc491d3c3ce0366016f1b6fa788a986f9372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:16:59 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 12.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 12.0.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.0.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e022caf53c..e2c57d7f8a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -21,7 +21,7 @@ factory_boy>=2.10.0,<4.0 jsonschema==3.2.0 mwoauth==0.4.0 git+https://github.com/WikipediaLibrary/python-mwoauth.git@Jsn.sherman/T332349 -pillow==11.0.0 +pillow==12.0.0 python-dateutil==2.9.0.post0 sentry-sdk==2.24.1 whitenoise==6.8.2