• 
      

    Add the `Loader` argument to `yaml.load`.

    Review Request #10971 — Created March 26, 2020 and submitted — Latest diff uploaded

    Information

    rbintegrations
    release-1.0.x
    b994302...

    Reviewers

    Python's yaml package shipped with an insecure default loader. They've
    added a deprecation warning for this, which was showing up when
    triggering Travis CI jobs. I've added an explicit use of the
    SafeLoader

    Posted a change that triggered a Travis CI build and saw that
    deprecation warnings were gone.