From 7a6c5814f1117bb935b3c2569b93167470ec140b Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Thu, 29 Feb 2024 15:54:33 -0500 Subject: [PATCH] Pillow downgrade to 9.3.0 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b36db7b..8a7b3e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -114,7 +114,9 @@ packaging==21.3 paramiko==3.4.0 pbr==1.10.0 pep8==1.7.0 -Pillow==10.2.0 +# Pillow reverted due to apparent bug with sorl-thumbnail +# https://sorl-thumbnail.readthedocs.io/en/latest/requirements.html#image-library +Pillow==9.3.0 pip==23.3 pluggy==1.0.0 prettytable==0.7.2