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
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
Add a link
Reference in a new issue