raise the minimum version of pyyaml

The older PyYAML does not install cleanly on macOS.

Change-Id: I7772360d6988f305df19c761021b9eca3735e94c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2020-08-29 17:39:11 -04:00
parent 789ecb12d2
commit 35c0a43c39
No known key found for this signature in database
GPG Key ID: 3B6D06A0C428437A
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
docutils==0.11 docutils==0.11
dulwich==0.15.0 dulwich==0.15.0
PyYAML==3.10.0 PyYAML==5.3.1
Sphinx==2.0.0 Sphinx==2.0.0
stestr==2.1.0 stestr==2.1.0

View File

@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr pbr
PyYAML>=3.10 PyYAML>=5.3.1
dulwich>=0.15.0 # Apache-2.0 dulwich>=0.15.0 # Apache-2.0
packaging>=20.4 packaging>=20.4