mamba-org / boa

The fast conda package builder, based on mamba
https://boa-build.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
255 stars 56 forks source link

replacing use of deprecated ruamel.yaml.safe_load #380

Closed deepsihag closed 1 year ago

deepsihag commented 1 year ago

With the latest release of ruamel.yaml version 0.18.2, now safe_load is removed. In this PR updating a remaining usage of it.

deepsihag commented 1 year ago

How about just using ruamel.yaml >=0.18.0?

wint3ria commented 1 year ago

Hello, any update on this?