Upgrade voluptuous-serialize to 2.0.0 (#15763)

* Upgrade voluptuous-serialize to 2.0.0

* Change to 2.0.0
pull/14289/merge
Jason Hu 2018-08-03 05:23:26 -07:00 committed by GitHub
parent 91e8680fc5
commit f6935b5d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ from homeassistant.helpers.data_entry_flow import (
FlowManagerIndexView, FlowManagerResourceView)
REQUIREMENTS = ['voluptuous-serialize==1']
REQUIREMENTS = ['voluptuous-serialize==2.0.0']
@asyncio.coroutine

View File

@ -1402,7 +1402,7 @@ uvcclient==0.10.1
venstarcolortouch==0.6
# homeassistant.components.config.config_entries
voluptuous-serialize==1
voluptuous-serialize==2.0.0
# homeassistant.components.volvooncall
volvooncall==0.4.0

View File

@ -206,7 +206,7 @@ statsd==3.2.1
uvcclient==0.10.1
# homeassistant.components.config.config_entries
voluptuous-serialize==1
voluptuous-serialize==2.0.0
# homeassistant.components.vultr
vultr==0.1.2