diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-03-11 15:25:09 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2022-03-11 15:26:07 +0800 |
commit | 5f04f4cbcc25d9d900bf527b90a610454ba2faaf (patch) | |
tree | ccec78c17a7df3f61320fb25d1a8e6648c44965b | |
parent | 4ea43d0b7c6260b3195be15225d4e5250ce8f3f2 (diff) |
Update the version of ruamel.yaml to 0.17.1
Change-Id: I2564a46211638c1540b30bd83b37180b89b1179d
Issue-ID: VFC-1928
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | requirements.txt | 4 |
1 files 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 |