Upgrade Werkzeug to 0.11.10 (#2380)
parent
6714392e9c
commit
592c599488
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue