Allow the brand new 4.x release of pyyaml#3414
Allow the brand new 4.x release of pyyaml#3414asottile wants to merge 1 commit intoaws:developfrom asottile:allow_new_pyyaml
Conversation
|
(I initially ran into this from the following warning from |
Codecov Report
@@ Coverage Diff @@
## develop #3414 +/- ##
=======================================
Coverage 94.4% 94.4%
=======================================
Files 169 169
Lines 13223 13223
=======================================
Hits 12483 12483
Misses 740 740Continue to review full report at Codecov.
|
|
👍 This should also fix problems installing awscli on Python 3.7: yaml/pyyaml#126. (Python 3.7 is due for release today, 2018-06-27: https://www.python.org/dev/peps/pep-0537/) How about adding |
|
the problem with travis-ci's |
|
well it got pulled, wonderful! |
|
I've opened #3430 for the just-released 3.13 |
the most important "breaking" change of pyyaml 4.x is the move to "safe by default" -- I browsed awscli's usage of pyyaml and it looks like the safe loader is already being used