29b569df13
Pyyaml>=6.0 requires to pass the Loader arg to yaml.load(), switching to yaml.safe_load() recovers the old and expected behavior. https://github.com/yaml/pyyaml/pull/561 Closes-Bug: #1951650