[requirements] bumping pyyaml to 5.1#3839
Conversation
9c924bf to
7df3019
Compare
|
Chiming in b/c I've been waiting on updating pyyaml in my own python package for a little while and have been following this issue closely since the 4.x release last summer, - since DD enforces an API boundary in However, there are some possible internal small internal breakages that will be patched in 5.2, as indicated in this release note: yaml/pyyaml#265 |
|
Note: Further context on why the monkey patch has been kept in place follows. The pyyaml authors go on to say the following about the 5.1 release yaml/pyyaml#257): Because the |
* [requirements] bumping pyyaml to 5.1 * [gemfile] pinning parallel to ruby 2.2 compatible version * [gemfile] address alphabetical cop
What does this PR do?
Bumps PyYaml to the latest 5.1.
Motivation
Enable new
full_load()option for customers perhaps wanting to use that afterload_all()was patched for security reasons.Testing Guidelines
An overview on testing
is available in our contribution guidelines.