From fd40959d274b7d555f17110b29044d2ce0e0eaf2 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Thu, 25 Mar 2021 09:41:00 +0530
Subject: Bump django from 3.0.7 to 3.1.7

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'setup.py')

diff --git a/setup.py b/setup.py
index f63f364..ea742f6 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ def get_version():
 
 
 install_requires = [
-    'django==3.0.7',
+    'django==3.1.7',
     'django-taggit==1.2.0',
     'pytz==2019.3',
     'requests-oauthlib>=0.6.1',
-- 
cgit