1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade voluptuous to 0.11.3 (#15735)

This commit is contained in:
Fabian Affolter
2018-07-29 23:36:28 +02:00
committed by Pascal Vizeli
parent 4b257c3d01
commit a8dd81e986
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ REQUIRES = [
'pytz>=2018.04',
'pyyaml>=3.13,<4',
'requests==2.19.1',
'voluptuous==0.11.1',
'voluptuous==0.11.3',
]
MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))