diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-12-31 17:02:23 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2020-01-06 09:37:09 +0000 |
commit | 061eb016b065976160d30ac1594aac6713830bed (patch) | |
tree | be4cf00e55da50c9fcd2945c453cd0e9f5c1ad30 /lcm | |
parent | 5464ccb452d84a89ed70e056439c73cd7da0e31d (diff) |
Update project to safe version
Change-Id: Ie3211d43dbed570688b37a375881dd63a338c37e
Issue-ID: VFC-1596
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt index 4706950a..fc44fc1c 100644 --- a/lcm/requirements.txt +++ b/lcm/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 |