From 31e1c1973f4f9b93ad0b7397beaaf2d22f35175d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:05:04 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 12.3.0 in /Support/appveyor Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 to 12.3.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/3.4.2...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Support/appveyor/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/appveyor/requirements-dev.txt b/Support/appveyor/requirements-dev.txt index 7d5c8f438a..7255ac16eb 100644 --- a/Support/appveyor/requirements-dev.txt +++ b/Support/appveyor/requirements-dev.txt @@ -1,6 +1,6 @@ pytest==3.0.6 requests==2.20.0 -Pillow==3.4.2 +Pillow==12.3.0 # Need this for testing so we can stop there server, change when the required # get into a release. https://github.com/bottlepy/bottle/archive/41ed6965.zip