Upgrade Werkzeug to 0.11.11 (#3220)

This commit is contained in:
Fabian Affolter 2016-09-06 16:55:23 +02:00 committed by Teagan Glenn
parent 88d62bd935
commit 85baebb23b
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 = ('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'

View file

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