Skip to content

Commit

Permalink
Bump PyYAML minimum version to 3.13 (#432)
Browse files Browse the repository at this point in the history
The minimum version for Python 3.7 to work with PyYAML is 3.13.

See:
yaml/pyyaml#126

Fixes: #409

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb authored Dec 10, 2018
1 parent d237448 commit 0a3d571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
colorama>=0.3.9;platform_system=="Windows" # BSD License (3 clause)

0 comments on commit 0a3d571

Please sign in to comment.