Fix: Update django and Pillow version due to security issues

For Pillow: CVE-2020-5313, CVE-2019-19911
For Django: CVE-2020-7471, CVE-2019-19844
This commit is contained in:
winkidney
2020-05-17 12:40:11 +08:00
parent a7639cd5fb
commit f0ff5ef4e2
2 changed files with 295 additions and 243 deletions

View File

@@ -15,8 +15,8 @@ mkdocs-material = "*"
black = "==19.10b0"
[packages]
django = ">=1.11,<1.12"
pillow = "*"
django = ">=>=1.11.28,<1.12"
pillow = ">=6.2.2"
requests = "*"
django-taggit = "*"
django-braces = "*"