diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-07-31 10:27:56 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-07-31 10:28:37 +0800 |
commit | 902574c0dadd7b1720044d03ec3d70aa06678c8e (patch) | |
tree | 593b4030c6af38b3b0da2ff3fe8e29092c7dcfc4 | |
parent | 31da86cb3bde1db33e95014a2eee581014a4a518 (diff) |
Update ruamel.yaml version
Issue-ID: VFC-1724
Change-Id: I47a718c0d3605202fd966724972b0e24a46b95a9
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index bf99936c..d7237dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ unittest_xml_reporting==1.12.0 # nfv-toscaparser>=0.5.0 # for swagger -ruamel.yaml==0.15.97 +ruamel.yaml==0.16.10 drf-yasg==1.17.0 # for the validation feature |