From 5f04f4cbcc25d9d900bf527b90a610454ba2faaf Mon Sep 17 00:00:00 2001 From: dengyh Date: Fri, 11 Mar 2022 15:25:09 +0800 Subject: Update the version of ruamel.yaml to 0.17.1 Change-Id: I2564a46211638c1540b30bd83b37180b89b1179d Issue-ID: VFC-1928 Signed-off-by: dengyh --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg