aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-12-31 14:39:42 +0800
committerYan Yang <yangyanyj@chinamobile.com>2020-01-06 08:52:01 +0000
commit8881c2454033bdc41485bc6837069fe1a0882b95 (patch)
treea691f5697bb11300ca6b5f3f84604649c1e05345
parent532da7ce294b32260a288b7f092a8eba96af564b (diff)
Update project version to safe version
Change-Id: I9898e85f2093e3dc109fea177e3df58e80b2f9c7 Issue-ID: VFC-1596 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 2986c3e7..505116c2 100644
--- a/requirements.txt
+++ b/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
@@ -27,7 +27,7 @@ unittest_xml_reporting==1.12.0
# for swagger
ruamel.yaml==0.15.97
-drf-yasg==1.14.0
+drf-yasg==1.17.0
# for the validation feature
flex>=6.11.1