Upgrade ruamel.yaml dependency to support version 0.18.x (#783).
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-07 10:00:13 -08:00
parent 12b75f9075
commit dcf25fa041
4 changed files with 11 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ pytest-cov==4.0.0
PyYAML>5.0.0
regex; python_version >= '3.8'
requests==2.31.0
ruamel.yaml>0.15.0,<0.18.0
ruamel.yaml>0.15.0
toml==0.10.2; python_version >= '3.8'
typed-ast; python_version >= '3.8'
typing-extensions==4.5.0; python_version < '3.8'