Upgrade voluptuous to 0.11.5 (#15830)
This commit is contained in:
parent
bce47eb9a4
commit
9ea3be4dc1
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ REQUIRES = [
|
|||
'pytz>=2018.04',
|
||||
'pyyaml>=3.13,<4',
|
||||
'requests==2.19.1',
|
||||
'voluptuous==0.11.3',
|
||||
'voluptuous==0.11.5',
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue