Upgrade voluptuous-serialize to 2.2.0 (#26008)

This commit is contained in:
Fabian Affolter 2019-08-17 10:40:51 +02:00 committed by Daniel Høyer Iversen
parent eba6caf8a1
commit c55241960c
3 changed files with 3 additions and 3 deletions

View file

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