From: dengyh Date: Fri, 11 Mar 2022 07:52:14 +0000 (+0800) Subject: Update the version of ruamel.yaml to 0.17.1 X-Git-Tag: 1.4.2~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5d61a39993f64e728f3313e16cfbdf318396276c;p=vfc%2Fgvnfm%2Fvnfmgr.git Update the version of ruamel.yaml to 0.17.1 Change-Id: I36941be22112f05f02800c9a8d1c9aab457acdcf Issue-ID: VFC-1928 Signed-off-by: dengyh --- diff --git a/mgr/requirements.txt b/mgr/requirements.txt index 76800d0..c05a864 100644 --- a/mgr/requirements.txt +++ b/mgr/requirements.txt @@ -20,7 +20,7 @@ mock==3.0.5 unittest_xml_reporting==1.12.0 # for auto swagger -ruamel.yaml==0.16.10 +ruamel.yaml==0.17.1 drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 @@ -31,4 +31,5 @@ onappylog>=1.0.9 # uwsgi for parallel processing uwsgi -PyYAML==5.4.1 \ No newline at end of file +PyYAML==5.4.1 +cryptography==36.0.1 \ No newline at end of file diff --git a/mgr/tox.ini b/mgr/tox.ini index cb4f53c..85a128e 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501 -exclude = ./venv-tox,./.tox +exclude = ./venv-tox,./.tox,./venv max-complexity = 12 [testenv]