From c5b93e2392c07ba97b19403ced6148e322f966bc Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 24 Apr 2020 20:40:56 +1000 Subject: [PATCH] Update pillow version - Addresses a security patch requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6379857c5..a97937271d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ wheel>=0.34.2 # Wheel Django==3.0.5 # Django package -pillow==6.2.0 # Image manipulation +pillow==6.2.2 # Image manipulation djangorestframework==3.10.3 # DRF framework django-dbbackup==3.3.0 # Database backup / restore functionality django-cors-headers==3.2.0 # CORS headers extension for DRF