Update the Django version to 3.1.14 21/127721/5
authordengyh <dengyuanhong@chinamobile.com>
Mon, 14 Mar 2022 02:33:25 +0000 (10:33 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Tue, 15 Mar 2022 03:13:40 +0000 (11:13 +0800)
Change-Id: Id5fd659503375e3d06450d80e72d3a2da1758600
Issue-ID: MODELING-599
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
requirements.txt

index cec1096..ae83691 100644 (file)
@@ -1,9 +1,9 @@
 # rest framework
-Django==2.1.10
-djangorestframework==3.10.3
+Django==3.1.14
+djangorestframework==3.12.4
 
 # for access MySQL
-PyMySQL==0.9.3
+PyMySQL==1.0.2
 
 # for call rest api
 httplib2==0.19.1
@@ -14,13 +14,13 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for parser
-# cryptography==2.0.3
+cryptography==36.0.1
 # paramiko==2.0.2
 nfv-toscaparser==1.1.2.dev2
 
 # for auto swagger
 ruamel.yaml==0.17.1
-drf-yasg==1.17.0
+drf-yasg==1.20.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0