diff --git a/homeassistant/components/http.py b/homeassistant/components/http.py index 1f77aac5ad4..218c202bcc2 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 = ("eventlet==0.19.0", "static3==0.7.0", "Werkzeug==0.11.5") +REQUIREMENTS = ("eventlet==0.19.0", "static3==0.7.0", "Werkzeug==0.11.10") CONF_API_PASSWORD = "api_password" CONF_SERVER_HOST = "server_host" diff --git a/requirements_all.txt b/requirements_all.txt index 42795291eb1..a6faa5a3e3e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ SoCo==0.11.1 TwitterAPI==2.4.1 # homeassistant.components.http -Werkzeug==0.11.5 +Werkzeug==0.11.10 # homeassistant.components.apcupsd apcaccess==0.0.4