diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-03-11 16:05:20 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2022-03-11 16:05:47 +0800 |
commit | 6e4c1d85dec8d157156bf40a286fafcbe9a6d564 (patch) | |
tree | 11b428ced62f44ae39595f0ee8577a87b76d0417 | |
parent | 2ff32469650ac5b6dc6b65d99cc27f3f7aab4161 (diff) |
Update the version of ruamel.yaml to 0.17.1
Change-Id: I1bd1754b51996f9d1ecfd28efff90febc6cfb6a5
Issue-ID: VFC-1928
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | res/requirements.txt | 2 | ||||
-rw-r--r-- | res/tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index 7aff255..a42d21b 100644 --- a/res/requirements.txt +++ b/res/requirements.txt @@ -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 diff --git a/res/tox.ini b/res/tox.ini index 9863e7a..1054908 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox +exclude = ./venv-tox,./.tox,./venv max-complexity = 12 [testenv] |