mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Upgrade voluptuous-serialize to 2.0.0 (#15763)
* Upgrade voluptuous-serialize to 2.0.0 * Change to 2.0.0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user