Update PyYAML version requirement

It lools like versions prior to 3.13 do not support
Python 3.7 nor Python 3.8.
Compatibility with PyYAML versions 3.13 and 6.0 are
checked with Python 3.7 and 3.8 manually (locally)
with `tox -e py37/py38 -r`.

Change-Id: Ie53d82a88498cc5650118d275496970ad6b4a6eb
This commit is contained in:
Vsevolod Fedorov 2023-02-06 10:52:24 +03:00
parent 9074a0e25a
commit 9102f36136
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
six>=1.9.0 # MIT
PyYAML>=3.10.0 # MIT
PyYAML>=3.13 # MIT
pbr>=1.8 # Apache-2.0
stevedore>=1.17.1,<2; python_version < '3.0' # Apache-2.0
stevedore>=1.17.1; python_version >= '3.0' # Apache-2.0