From 84362ea7902fc720a658dc50373a2d831d262c4c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 6 Jun 2020 08:27:13 +1000 Subject: [PATCH] Update django version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33f70b4bcf..76b9cf12f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ wheel>=0.34.2 # Wheel -Django==3.0.5 # Django package +Django==3.0.7 # Django package pillow==6.2.2 # Image manipulation djangorestframework==3.10.3 # DRF framework django-dbbackup==3.3.0 # Database backup / restore functionality