From 1e07ec3b3c5d38be3660dd1518291c0d55e56985 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 6 Sep 2016 10:32:18 +0200 Subject: [PATCH] Upgrade Werkzeug to 0.11.11 --- homeassistant/components/http.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/http.py b/homeassistant/components/http.py index dba1ab0f86e9a..37deb41eef4a5 100644 --- a/homeassistant/components/http.py +++ b/homeassistant/components/http.py @@ -25,7 +25,7 @@ import homeassistant.helpers.config_validation as cv DOMAIN = 'http' -REQUIREMENTS = ('cherrypy==7.1.0', 'static3==0.7.0', 'Werkzeug==0.11.10') +REQUIREMENTS = ('cherrypy==7.1.0', 'static3==0.7.0', 'Werkzeug==0.11.11') CONF_API_PASSWORD = 'api_password' CONF_SERVER_HOST = 'server_host' diff --git a/requirements_all.txt b/requirements_all.txt index 8304eb43ae414..103a741013be7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -26,7 +26,7 @@ SoCo==0.11.1 TwitterAPI==2.4.2 # homeassistant.components.http -Werkzeug==0.11.10 +Werkzeug==0.11.11 # homeassistant.components.apcupsd apcaccess==0.0.4