diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-02-03 10:32:44 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-02-03 10:32:49 +0800 |
commit | 02cb7d1c9b84498d42eb86c1c17a9a2b42d3727c (patch) | |
tree | a765496cc1de965f218117c5d7eae0e4533d36ef | |
parent | e5750ed94f4a3ab34be7cab59cf20052fcba0e0b (diff) |
Update project version to safe version
Change-Id: I5a136b1852274bccb8402ab4261b7ac98464e51a
Issue-ID: VFC-1596
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | res/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index 3ba86b5..126669e 100644 --- a/res/requirements.txt +++ b/res/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.14.0 +drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 |