MolSSI / cookiecutter-cms

Python-centric Cookiecutter for Molecular Computational Chemistry Packages
MIT License
385 stars 89 forks source link

Deprecated use of pyyaml's yaml.load function without a Loader argument #167

Closed evilsetg closed 1 year ago

evilsetg commented 1 year ago

Since pyyaml version 5.1 the use of the yaml.load function without a Loader argument is deprecated and issues a warning. Since version 6.0 yaml.load does not work at all without a Loader argument.

It is recommended to instead use the yaml.safe_load function that uses the SafeLoader or yaml.full_load for the FullLoader that supports serialization but is a bit less safe.

There are two files that use the deprecated syntax: