mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 20:26:29 +00:00
Update ruamel.yaml to 0.17.17 (#3363)
This commit is contained in:
parent
86bd16b2ba
commit
050851a9ac
@ -16,7 +16,7 @@ gitpython==3.1.24
|
||||
jinja2==3.0.3
|
||||
pulsectl==21.10.5
|
||||
pyudev==0.22.0
|
||||
ruamel.yaml==0.15.100
|
||||
ruamel.yaml==0.17.17
|
||||
sentry-sdk==1.5.0
|
||||
voluptuous==0.12.2
|
||||
dbus-next==0.2.3
|
||||
|
@ -7,7 +7,7 @@ from ruamel.yaml import YAML, YAMLError
|
||||
|
||||
from ..exceptions import YamlFileError
|
||||
|
||||
_YAML = YAML()
|
||||
_YAML = YAML(typ="safe")
|
||||
_YAML.allow_duplicate_keys = True
|
||||
|
||||
_LOGGER: logging.Logger = logging.getLogger(__name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user