Bump voluptuous-serialize 2.4.0 (#37241)

* Bump voluptuous-serialize 2.4.0

* Add constant to demo

* gen reqs
This commit is contained in:
Paulus Schoutsen 2020-07-06 20:04:35 -07:00 committed by GitHub
parent e5872cc0e4
commit 16ccf0affd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 4 deletions

View file

@ -51,7 +51,7 @@ REQUIRES = [
"requests==2.24.0",
"ruamel.yaml==0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.3.0",
"voluptuous-serialize==2.4.0",
]
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))