tox: Pin ruamel.yaml version to <0.18.0

Some functions have become deprecated on 0.18.0 [1],
such as yaml safe_load() and safe_load_all()

Pinned the version to allow commits to merge while
these API calls are updated.

[1] https://pypi.org/project/ruamel.yaml/0.18.0/

Test Plan:
pass: tox -epylint -vv --skip-missing-interpreters=false
pass: tox

Closes-Bug: 2040283

Change-Id: I83f1319ea99106be0d3c712c68d2c12d7b9646d9
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
Leonardo Fagundes Luz Serrano 2023-10-24 10:20:53 -03:00
parent 42d1114648
commit b4c1de12a9
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
# Nothing
ruamel.yaml<0.18.0

View File

@ -148,7 +148,6 @@ basepython = python3
sitepackages = False
deps = {[testenv]deps}
ruamel.yaml
requests
pylint<2.5.0
commands =