From: dengyh Date: Fri, 11 Mar 2022 07:25:09 +0000 (+0800) Subject: Update the version of ruamel.yaml to 0.17.1 X-Git-Tag: 1.4.5~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5f04f4cbcc25d9d900bf527b90a610454ba2faaf;p=vfc%2Fnfvo%2Flcm.git Update the version of ruamel.yaml to 0.17.1 Change-Id: I2564a46211638c1540b30bd83b37180b89b1179d Issue-ID: VFC-1928 Signed-off-by: dengyh --- diff --git a/requirements.txt b/requirements.txt index 1de43d3d..c584a183 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,12 +23,12 @@ mock==3.0.5 unittest_xml_reporting==1.12.0 # for parser -# cryptography==2.0.3 +cryptography==36.0.1 # paramiko==2.0.2 # nfv-toscaparser>=0.5.0 # for swagger -ruamel.yaml==0.16.10 +ruamel.yaml==0.17.1 drf-yasg==1.17.0 # for the validation feature