From 847acb6428244f946d3e8ab9b5581fc3087397a5 Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Mon, 6 Feb 2023 10:52:24 +0300 Subject: [PATCH] Requirements: Update PyYAML version 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f8e5358c..4555f1408 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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