From 19fa26a531d05270a240ede6fe982924c83eafb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Meinertzhagen?= Date: Sat, 7 Nov 2020 12:18:44 +0100 Subject: [PATCH] Update requirements.txt Bump Pillow version to 8.0.1 Pillow version >= 8.0 is mandatory for python3.9 (default python version on current Ubuntu LTS 20.04 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59f675e3..d1e00904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==2.2.11 django-agnocomplete==1.0.0 django-compressor==2.4 -Pillow==6.2.2 +Pillow==8.0.1 psycopg2==2.8.4 requests==2.23.0 social-auth-core==3.3.2