1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade ruamel.yaml to 0.15.78 (#18508)

This commit is contained in:
Fabian Affolter
2018-11-17 13:20:17 +01:00
committed by GitHub
parent c6ca27e9b4
commit 4751ad69a7
3 changed files with 3 additions and 3 deletions

View File

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