Skip to content

Commit

Permalink
Bump version for PyYAML to 3.13 (conan-io#3251)
Browse files Browse the repository at this point in the history
Installation fails with Python 3.7 and PyYAML 3.12 due to yaml/pyyaml#126.

Fixes conan-io#3249.
  • Loading branch information
siho22 authored and lasote committed Jul 23, 2018
1 parent c07378f commit 93154de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyJWT>=1.4.0, <2.0.0
requests>=2.7.0, <3.0.0
colorama>=0.3.3, <0.4.0
PyYAML>=3.11, <3.13.0
PyYAML>=3.11, <3.14.0
patch==1.16
fasteners>=0.14.1
six>=1.10.0
Expand Down

0 comments on commit 93154de

Please sign in to comment.