Merge "Requirements: Update PyYAML version"

This commit is contained in:
Zuul 2023-03-02 08:52:33 +00:00 committed by Gerrit Code Review
commit d45d6809e8

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
setuptools<=65.7.0 setuptools<=65.7.0
six>=1.9.0 # MIT six>=1.9.0 # MIT
PyYAML>=3.10.0 # MIT PyYAML>=3.13 # MIT
pbr>=1.8 # Apache-2.0 pbr>=1.8 # Apache-2.0
stevedore>=1.17.1,<2; python_version < '3.0' # 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 stevedore>=1.17.1; python_version >= '3.0' # Apache-2.0