mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
yaml.load() now requires a Loader= argument. yaml.safe_load() passes SafeLoader to yaml.load(). Fixes: #2315. Tests: - Matrix functional tests passed in testing container. - Matrix functional tests passed in stable container. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>