diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-07-31 14:27:51 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-07-31 14:28:56 +0800 |
commit | f55871e5007c165c3234c4b38b7b2c5d0c30e94f (patch) | |
tree | 88e5049e7c36c07d584bf5c8b230493c057cd94a | |
parent | 8ee8bc7869c54049bb3519bdacb669d3ae3646f9 (diff) |
Update ruamel.yaml version
Change-Id: I2861e7300205da63d1f2e70fd27baa9306fb2632
Issue-ID: VFC-1724
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | gvnfmadapter/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt index 695caf0..13f30c6 100644 --- a/gvnfmadapter/requirements.txt +++ b/gvnfmadapter/requirements.txt @@ -11,7 +11,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 # for the validation feature |