From cb30b4e57c81373051ea3043b3f3f5ebe9b21c56 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 7 Jul 2024 12:56:07 +0200 Subject: [PATCH] Pin Pillow to 9.x to avoid test failures in 10.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a394b51..062b2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.8.1,<4.0" dependencies = [ "pelican>=4.5", "beautifulsoup4>=4.9", - "Pillow>=9.1", + "Pillow>=9.1,<10.0", "lxml>=4.6", ]