This repository was archived by the owner on Feb 1, 2024. It is now read-only.
Commit d88015f
committed
Fix doc build
The 6.0 release of PyYAML (a bandit dependency) introduced a change that
requires the `Loader=` argument when using `yaml.load()`. Because we don't need
any of the additional funcationality available in `yaml.load()`, this function
was switched to `yaml.safe_load()` instead.
yaml/pyyaml#561
Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>1 parent cec1f88 commit d88015f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments