diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-02-03 10:48:06 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2020-02-03 02:49:10 +0000 |
commit | 16c4dff46daf7fc77aca40e67705a6027eb35194 (patch) | |
tree | 756446c36bbd9b1df1bd8fb7584c678e13efc967 /mgr | |
parent | 147740a5d6786ffded3040efab8f445b6e3ac8eb (diff) |
Update project version to safe version
Change-Id: Idbfda6cb47d495cdbf950a0cdcadf5fd60f1f240
Issue-ID: VFC-1596
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/requirements.txt | 4 |
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 |