Upgrade voluptuous-serialize to 2.2.0 (#26008)
This commit is contained in:
parent
eba6caf8a1
commit
c55241960c
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ pyyaml==5.1.2
|
|||
requests==2.22.0
|
||||
ruamel.yaml==0.15.99
|
||||
sqlalchemy==1.3.7
|
||||
voluptuous-serialize==2.1.0
|
||||
voluptuous-serialize==2.2.0
|
||||
voluptuous==0.11.7
|
||||
zeroconf==0.23.0
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ pyyaml==5.1.2
|
|||
requests==2.22.0
|
||||
ruamel.yaml==0.15.99
|
||||
voluptuous==0.11.7
|
||||
voluptuous-serialize==2.1.0
|
||||
voluptuous-serialize==2.2.0
|
||||
|
||||
# homeassistant.components.nuimo_controller
|
||||
--only-binary=all nuimo==0.1.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ REQUIRES = [
|
|||
"requests==2.22.0",
|
||||
"ruamel.yaml==0.15.99",
|
||||
"voluptuous==0.11.7",
|
||||
"voluptuous-serialize==2.1.0",
|
||||
"voluptuous-serialize==2.2.0",
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Reference in a new issue