From 3554ade38b0cea025d322e6e303b166a86bc1c6e Mon Sep 17 00:00:00 2001 From: Palaparthy Adityachandra Date: Thu, 2 Jul 2020 15:06:11 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87ae18474..f63f36451 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def get_version(): install_requires = [ - 'django==3.0.3', + 'django==3.0.7', 'django-taggit==1.2.0', 'pytz==2019.3', 'requests-oauthlib>=0.6.1',