Updated Pillow to 6.2 to fix DoS vulnerability

This commit is contained in:
Eliot Berriot 2019-11-04 11:18:14 +01:00
parent c9a2439ecc
commit 1c215ac2f1
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ django>=2.2.4,<2.3
django-environ>=0.4,<0.5
# Images
Pillow>=5.4,<5.5
Pillow>=6.2,<7
# For user registration, either via email or social
# Well-built with regular release cycles!