From 527b54d77d05a6779d11b07b26ab9827f59dfd00 Mon Sep 17 00:00:00 2001 From: Daniel Kirkham Date: Mon, 18 Sep 2023 21:38:37 +1000 Subject: [PATCH] Update Pillow dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94cdf2f9b6..db43f21c7d 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ "djangorestframework>=3.11.1,<4.0", "django-filter>=2.2,<23", "draftjs_exporter>=2.1.5,<3.0", - "Pillow>=4.0.0,<10.0.0", + "Pillow>=9.1.0,<10.0.0", "beautifulsoup4>=4.8,<4.12", "html5lib>=0.999,<2", "Willow>=1.5,<1.6",