Upgrade voluptuous-serialize to 2.0.0 (#15763)
* Upgrade voluptuous-serialize to 2.0.0 * Change to 2.0.0pull/14289/merge
parent
91e8680fc5
commit
f6935b5d27
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue