Update voluptuous serialize (#12538)
This commit is contained in:
parent
336b00765d
commit
d68a24b3b8
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ from homeassistant.components.http import HomeAssistantView
|
|||
from homeassistant.components.http.data_validator import RequestDataValidator
|
||||
|
||||
|
||||
REQUIREMENTS = ['voluptuous-serialize==0.1']
|
||||
REQUIREMENTS = ['voluptuous-serialize==1']
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
|
|
|
@ -1211,7 +1211,7 @@ uvcclient==0.10.1
|
|||
venstarcolortouch==0.6
|
||||
|
||||
# homeassistant.components.config.config_entries
|
||||
voluptuous-serialize==0.1
|
||||
voluptuous-serialize==1
|
||||
|
||||
# homeassistant.components.volvooncall
|
||||
volvooncall==0.4.0
|
||||
|
|
|
@ -179,7 +179,7 @@ statsd==3.2.1
|
|||
uvcclient==0.10.1
|
||||
|
||||
# homeassistant.components.config.config_entries
|
||||
voluptuous-serialize==0.1
|
||||
voluptuous-serialize==1
|
||||
|
||||
# homeassistant.components.vultr
|
||||
vultr==0.1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue