From df973f1df446d901d730ca0923e0a46ae71d5731 Mon Sep 17 00:00:00 2001 From: Keegan Landrigan Date: Wed, 3 Jun 2020 19:58:26 -0700 Subject: [PATCH] update django version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e67d6c888..9c5f755c0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ scripts=['dispatch/bin/dispatch-admin'], include_package_data=True, install_requires=[ - 'django == 2.2.2', + 'django == 2.2.10', 'djangorestframework == 3.8.2', 'pillow', 'requests',