From 7c99446790f4e37a61e7f38c11f4839deb0a6dab Mon Sep 17 00:00:00 2001 From: winkidney Date: Sun, 21 Mar 2021 10:34:04 -0700 Subject: [PATCH] Bump django and Pillow to latest version --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index e756a25..100fccd 100644 --- a/Pipfile +++ b/Pipfile @@ -17,8 +17,8 @@ mkdocs-material = "*" black = "==19.10b0" [packages] -django = ">2.2,<3" -pillow = ">=6.2.2" +django = ">2.2.17,<3" +pillow = ">=8.1.1" requests = "*" django-taggit = "*" django-braces = "*"