From 646735252f7da1f28819790db46d1042a4d16aea Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 23 Jul 2024 22:32:24 +1000 Subject: [PATCH] Upgrade django-easy-thumbnails to support new Pillow Pillow dropped the Image.ANTIALIAS constant. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 731fe35e..bcaefa1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ django-reversion==3.0.8 django-sitetree==1.16.0 django-taggit==1.3.0 django-timezone-field==4.1.2 -easy-thumbnails==2.7.0 +easy-thumbnails==2.8.5 bleach==3.2.1 pytz>=2020.1 django-ical==1.7.1