diff --git a/homeassistant/components/http.py b/homeassistant/components/http.py index dba1ab0f86e..37deb41eef4 100644 --- a/homeassistant/components/http.py +++ b/homeassistant/components/http.py @@ -25,7 +25,7 @@ import homeassistant.util.dt as dt_util 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 a379ef93ac2..65322320764 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