From ddd8e495f323aeea5503184d4b529383e02ec7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:03:04 +0000 Subject: [PATCH] Bump pillow from 11.3.0 to 12.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.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.3.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.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 0ce6e2655..e3486dd10 100644 --- a/requirements.in +++ b/requirements.in @@ -27,6 +27,6 @@ aiohttp[speedups]==3.12.15 imagehash==4.3.2 python-magic==0.4.27 mercantile==1.2.1 -pillow==11.3.0 +pillow==12.0.0 #shapely #pyproj diff --git a/requirements.txt b/requirements.txt index 3711cd68a..b3dbc3dc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ numpy==1.22.0 # pywavelets # scipy # shapely -pillow==11.3.0 +pillow==12.0.0 # via # -r requirements.in # imagehash