Upgrade voluptuous-serialize to 2.1.0 (#21166)
This commit is contained in:
parent
3b5ed7a20f
commit
2b86fc3841
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ REQUIRES = [
|
|||
'requests==2.21.0',
|
||||
'ruamel.yaml==0.15.88',
|
||||
'voluptuous==0.11.5',
|
||||
'voluptuous-serialize==2.0.0',
|
||||
'voluptuous-serialize==2.1.0',
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue