From ab377f169df32cce591ea293a8f0c01ef4af6b86 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Aug 2016 00:14:13 -0700 Subject: [PATCH] Upgrade to voluptuous 0.9.2 (#2692) --- requirements_all.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index ff8aba7c3a9..3919024860a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -4,7 +4,7 @@ pyyaml>=3.11,<4 pytz>=2016.6.1 pip>=7.0.0 jinja2>=2.8 -voluptuous==0.8.9 +voluptuous==0.9.2 typing>=3,<4 # homeassistant.components.isy994 diff --git a/setup.py b/setup.py index d4b32b64f05..42e9fc925e5 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ REQUIRES = [ 'pytz>=2016.6.1', 'pip>=7.0.0', 'jinja2>=2.8', - 'voluptuous==0.8.9', + 'voluptuous==0.9.2', 'typing>=3,<4', ]