Merge pull request #18903 from home-assistant/upgrade-ruamel.yaml

Upgrade ruamel.yaml to 0.15.80
pull/18892/head^2
Daniel Høyer Iversen 2018-12-02 08:28:04 +01:00 committed by GitHub
commit 456cec2931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ pip>=8.0.3
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.20.1
ruamel.yaml==0.15.78
ruamel.yaml==0.15.80
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -12,7 +12,7 @@ pip>=8.0.3
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.20.1
ruamel.yaml==0.15.78
ruamel.yaml==0.15.80
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -46,7 +46,7 @@ REQUIRES = [
'pytz>=2018.04',
'pyyaml>=3.13,<4',
'requests==2.20.1',
'ruamel.yaml==0.15.78',
'ruamel.yaml==0.15.80',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
]