Skip to content

Commit

Permalink
Upgrade Werkzeug to 0.11.11 (#3220)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Teagan42 committed Sep 6, 2016
1 parent 88d62bd commit 85baebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
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'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85baebb

Please sign in to comment.