From 35c0a43c390f66e6785e78ad4e0f71561e9f052a Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 29 Aug 2020 17:39:11 -0400 Subject: [PATCH] raise the minimum version of pyyaml The older PyYAML does not install cleanly on macOS. Change-Id: I7772360d6988f305df19c761021b9eca3735e94c Signed-off-by: Doug Hellmann --- 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 fc3e7c8..62432b8 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,5 @@ docutils==0.11 dulwich==0.15.0 -PyYAML==3.10.0 +PyYAML==5.3.1 Sphinx==2.0.0 stestr==2.1.0 diff --git a/requirements.txt b/requirements.txt index ddc0705..5486a45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ # process, which may cause wedges in the gate later. pbr -PyYAML>=3.10 +PyYAML>=5.3.1 dulwich>=0.15.0 # Apache-2.0 packaging>=20.4