From 2588c3bce774a988e9d2bbbcf0b341d3ed7d1dbc Mon Sep 17 00:00:00 2001 From: Keegan Landrigan Date: Mon, 14 Jun 2021 10:58:40 -0700 Subject: [PATCH] Update setup.py bump django version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc089aaac..bdbed8746 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ scripts=['dispatch/bin/dispatch-admin'], include_package_data=True, install_requires=[ - 'django == 3.1.8', + 'django == 3.1.12', 'djangorestframework == 3.12.2', 'pillow', 'requests',