diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-07-31 14:23:39 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-07-31 14:24:45 +0800 |
commit | 6315fd304c902ed41a5b1113ec89a04dc9c1162d (patch) | |
tree | 006f3896c4a55930a6e92edc90a5ade4be4869ab /res/requirements.txt | |
parent | 81ea68cbe2a9fd742b088c478bb3c529f02c3aa9 (diff) |
Update ruamel.yaml version
Change-Id: Ifef59008008fc3e6db3e4b004978216ab125db14
Issue-ID: VFC-1724
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'res/requirements.txt')
-rw-r--r-- | res/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index 126669e..c3a9af9 100644 --- a/res/requirements.txt +++ b/res/requirements.txt @@ -20,7 +20,7 @@ mock==3.0.5 unittest_xml_reporting==1.12.0 # for auto-swagger -ruamel.yaml==0.15.97 +ruamel.yaml==0.16.10 drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 |