From 8cbf05db7a92b18ea4efec308a1c7b5c3ea90061 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 21 Jan 2024 21:53:23 +0100 Subject: [PATCH] upgrade sorl-thumbnail (fix pil antialiasing method) --- bin | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin b/bin index 877deb91..52d01bc8 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 877deb91a9d035c74bf726fed8851d38e93014ce +Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd diff --git a/requirements.txt b/requirements.txt index 205f0af6..16327e2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mysqlclient==2.0.3 numpy==1.20.3 pymemcache==3.4.4 requests -sorl-thumbnail==12.7.0 +sorl-thumbnail==12.10.0 unidecode==1.2.0 weasyprint==52.5 xlrd==2.0.1 -- 2.39.5