From d94a853cd68860b1d188b897cb622cefd3626088 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Mon, 29 Jan 2024 10:04:03 +0100 Subject: [PATCH] Upgrade Pillow to 10.2.0. This should work, now that https://github.com/plone/plone.scale/pull/90 is merged. I am inclined to say we only do this for Plone 6.1, not 6.0. The release has backwards incompatibilities. Should not be noticeable under normal use, but you never know what projects have as extra code. I am not aware of anything new in Pillow 10 that we would really want to actively use in Plone. So 9.5 should still be fine for Plone 6.0. --- versions.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.cfg b/versions.cfg index 2b042c11ac..c42f90aab7 100644 --- a/versions.cfg +++ b/versions.cfg @@ -210,7 +210,7 @@ orderedmultidict = 1.0.1 outcome = 1.3.0post0 overrides = 7.4.0 piexif = 1.1.3 -Pillow = 9.5.0 +Pillow = 10.2.0 prompt-toolkit = 2.0.10 py = 1.11.0 PyJWT = 2.8.0