From ce88e9dc01e2f5b23797927192c6bef4adddab41 Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:33:59 -0500 Subject: [PATCH] Bump to Pillow 12.0.0 for full Python 3.14 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e74a561e8..9671ae48dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "pyglet~=2.1.5", - "pillow~=11.3.0", + "pillow~=12.0.0", "pymunk~=6.9.0", "pytiled-parser~=2.2.9", ]