Upgrade Werkzeug to 0.11.10 (#2380)

pull/2382/head
Fabian Affolter 2016-06-28 02:39:44 +02:00 committed by Paulus Schoutsen
parent 6714392e9c
commit 592c599488
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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