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

Upgrade voluptuous to 0.9.1 (#2602)

This commit is contained in:
Fabian Affolter
2016-07-23 04:24:23 +02:00
committed by Paulus Schoutsen
parent 8389a0abe3
commit a3ff001eec
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ REQUIRES = [
'pytz>=2016.6.1',
'pip>=7.0.0',
'jinja2>=2.8',
'voluptuous==0.8.9',
'voluptuous==0.9.1',
'typing>=3,<4',
'sqlalchemy==1.0.14',
]