From bbdd700b58e660168f78302cef3d46a8265b0972 Mon Sep 17 00:00:00 2001 From: Jake Howard <jake.howard@torchbox.com> Date: Fri, 8 Sep 2023 12:02:20 +0100 Subject: [PATCH] Bump Willow to ensure it supports SVG mimes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03b2d4855d..bb57d421f2 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires = [ "Pillow>=9.1.0,<11.0.0", "beautifulsoup4>=4.8,<4.12", "html5lib>=0.999,<2", - "Willow[heif]>=1.6,<1.7", + "Willow[heif]>=1.6.2,<1.7", "requests>=2.11.1,<3.0", "l18n>=2018.5", "openpyxl>=3.0.10,<4.0",