Update the Django version to 3.1.14 56/127756/2
authordengyh <dengyuanhong@chinamobile.com>
Tue, 15 Mar 2022 02:11:51 +0000 (10:11 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Wed, 16 Mar 2022 08:32:18 +0000 (16:32 +0800)
Change-Id: I28e8716affd2536f19f105ea7eccbe792bda05ac
Issue-ID: VFC-1938
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
gvnfmadapter/requirements.txt

index 4844e53..9c84c77 100644 (file)
@@ -1,8 +1,8 @@
 jsonschema==3.2.0
 
 # rest framework
-Django==2.2.27
-djangorestframework==3.10.0
+Django==3.1.14
+djangorestframework==3.12.4
 
 # for call rest api
 httplib2==0.19.1
@@ -13,8 +13,8 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for auto swagger
-ruamel.yaml==0.17.1
-drf-yasg==1.17.0
+ruamel.yaml==0.17.21
+drf-yasg==1.20.0
 
 # for the validation feature
 flex>=6.11.1