Upgrade voluptuous-serialize to 2.1.0 (#21166)

This commit is contained in:
Fabian Affolter 2019-02-18 11:18:40 +01:00 committed by Daniel Høyer Iversen
parent 3b5ed7a20f
commit 2b86fc3841
3 changed files with 3 additions and 3 deletions

View file

@ -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))