From c8bdce37dd9b289fcbaa1bab7a3d7778f709f164 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 27 Nov 2018 08:43:30 -0800 Subject: [PATCH] Bump PyYAML minimum version to 3.13 The minimum version for Python 3.7 to work with PyYAML is 3.13. See: https://github.com/yaml/pyyaml/issues/126 Fixes: #409 Signed-off-by: Eric Brown --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index ff6f92df7..7610d5ec1 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -24,7 +24,7 @@ pyflakes==0.8.1 pylint==1.4.5 python-mimeparse==1.6.0 python-subunit==1.0.0 -PyYAML==3.12 +PyYAML==3.13 requests==2.14.2 requestsexceptions==1.2.0 six==1.10.0 diff --git a/requirements.txt b/requirements.txt index ab987fc90..d6040e1a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. GitPython>=1.0.1 # BSD License (3 clause) -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0