Upgrade cherrypy to 8.1.2 (#3805)
This commit is contained in:
parent
002660fd9e
commit
656ee52435
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.components import persistent_notification
|
from homeassistant.components import persistent_notification
|
||||||
|
|
||||||
DOMAIN = 'http'
|
DOMAIN = 'http'
|
||||||
REQUIREMENTS = ('cherrypy==8.1.0', 'static3==0.7.0', 'Werkzeug==0.11.11')
|
REQUIREMENTS = ('cherrypy==8.1.2', 'static3==0.7.0', 'Werkzeug==0.11.11')
|
||||||
|
|
||||||
CONF_API_PASSWORD = 'api_password'
|
CONF_API_PASSWORD = 'api_password'
|
||||||
CONF_SERVER_HOST = 'server_host'
|
CONF_SERVER_HOST = 'server_host'
|
||||||
|
|
|
@ -58,7 +58,7 @@ boto3==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
cherrypy==8.1.0
|
cherrypy==8.1.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.coinmarketcap
|
# homeassistant.components.sensor.coinmarketcap
|
||||||
coinmarketcap==2.0.1
|
coinmarketcap==2.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue