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

Upgrade to voluptuous to 0.9.3 (#5288)

This commit is contained in:
Pascal Bach
2017-01-12 23:56:37 +01:00
committed by Pascal Vizeli
parent 64800fd48c
commit d12decc471
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ REQUIRES = [
'pytz>=2016.10',
'pip>=7.0.0',
'jinja2>=2.8',
'voluptuous==0.9.2',
'voluptuous==0.9.3',
'typing>=3,<4',
'aiohttp==1.2',
'async_timeout==1.1.0',