From 2a2f7626de20ec0651337e3c8123a3066d8f5ce1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 16 Aug 2019 21:31:28 +0200 Subject: [PATCH] Upgrade voluptuous to 0.11.7 (#26007) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 5ee1567754f..bf9d9f2324b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -23,7 +23,7 @@ requests==2.22.0 ruamel.yaml==0.15.99 sqlalchemy==1.3.7 voluptuous-serialize==2.1.0 -voluptuous==0.11.5 +voluptuous==0.11.7 zeroconf==0.23.0 pycryptodome>=3.6.6 diff --git a/requirements_all.txt b/requirements_all.txt index b6790203306..81ff420a83a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -16,7 +16,7 @@ pytz>=2019.02 pyyaml==5.1.1 requests==2.22.0 ruamel.yaml==0.15.99 -voluptuous==0.11.5 +voluptuous==0.11.7 voluptuous-serialize==2.1.0 # homeassistant.components.nuimo_controller diff --git a/setup.py b/setup.py index 5e609a20f51..f7d5ba73071 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ REQUIRES = [ "pyyaml==5.1.1", "requests==2.22.0", "ruamel.yaml==0.15.99", - "voluptuous==0.11.5", + "voluptuous==0.11.7", "voluptuous-serialize==2.1.0", ]