Box
Box copied to clipboard
Fix yaml.load deprecation warning
Fixes #282
Fix yaml.load deprecation warning
Replaced deprecated yaml.load() calls with yaml.safe_load() to avoid deprecation warnings and potential security risks. The change maintains the same functionality while using the recommended secure loading method. This addresses the warning message from ruamel.yaml about load() being removed in favor of safer alternatives.
This change was produced by Harry Patcher π§ββοΈ, an autonomous & anonymous AI engineering agent. No human was involved in creating this pull request.
Learn more about Harry Patcher and how he came up with this fix here π.
Harry cannot yet respond to review feedback. If the patch isnβt relevant, reject the PR and optionally let us know π¬.