From c011568aa026cc784f923d205276cd82365e5e03 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 692d8b78e..1764e335b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. setuptools<=65.7.0 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