Update the version of ruamel.yaml to 0.17.1 78/127678/1
authordengyh <dengyuanhong@chinamobile.com>
Fri, 11 Mar 2022 08:05:20 +0000 (16:05 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Fri, 11 Mar 2022 08:05:47 +0000 (16:05 +0800)
Change-Id: I1bd1754b51996f9d1ecfd28efff90febc6cfb6a5
Issue-ID: VFC-1928
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
res/requirements.txt
res/tox.ini

index 7aff255..a42d21b 100644 (file)
@@ -22,7 +22,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
index 9863e7a..1054908 100644 (file)
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore =  E501,E722
-exclude =  ./venv-tox,./.tox
+exclude =  ./venv-tox,./.tox,./venv
 max-complexity = 12
 
 [testenv]