summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-03-15 10:11:51 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-03-16 16:32:18 +0800
commit76fe73ca129bbff03a4fc0c4c56ba1afb8c5e754 (patch)
tree5081e3002cb1a47970fa9d98eb8b8a7fc154ebbf
parentf1147f120092bd997a75d63771a93c6abcbe5812 (diff)
Update the Django version to 3.1.14
Change-Id: I28e8716affd2536f19f105ea7eccbe792bda05ac Issue-ID: VFC-1938 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r--gvnfmadapter/requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt
index 4844e53..9c84c77 100644
--- a/gvnfmadapter/requirements.txt
+++ b/gvnfmadapter/requirements.txt
@@ -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