summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-02-03 10:48:06 +0800
committerYan Yang <yangyanyj@chinamobile.com>2020-02-03 02:49:10 +0000
commit16c4dff46daf7fc77aca40e67705a6027eb35194 (patch)
tree756446c36bbd9b1df1bd8fb7584c678e13efc967
parent147740a5d6786ffded3040efab8f445b6e3ac8eb (diff)
Update project version to safe version
Change-Id: Idbfda6cb47d495cdbf950a0cdcadf5fd60f1f240 Issue-ID: VFC-1596 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--mgr/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index 2639383..b5feec6 100644
--- a/mgr/requirements.txt
+++ b/mgr/requirements.txt
@@ -1,6 +1,6 @@
# rest framework
Django==2.1.10
-djangorestframework==3.9.4
+djangorestframework==3.10.0
# for access MySQL
PyMySQL==0.9.3
@@ -21,7 +21,7 @@ unittest_xml_reporting==1.12.0
# for auto swagger
ruamel.yaml==0.15.97
-drf-yasg==1.16.0
+drf-yasg==1.17.0
flex>=6.11.1
swagger-spec-validator>=2.1.0