From 926ae2418f18a2de2a3df7ec83462772f70f9c38 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 29 Mar 2023 20:24:15 +0100 Subject: [PATCH] Bump Willow to 1.5 for SVG support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8ecb9a3ab..1b3ee9b0b8 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires = [ "Pillow>=4.0.0,<10.0.0", "beautifulsoup4>=4.8,<4.12", "html5lib>=0.999,<2", - "Willow>=1.4,<1.5", + "Willow>=1.5,<1.6", "requests>=2.11.1,<3.0", "l18n>=2018.5", "openpyxl>=3.0.10,<4.0",