Upgrade slacker to 0.9.30 (#4484)

This commit is contained in:
Fabian Affolter 2016-11-21 17:27:15 +01:00 committed by GitHub
parent 40a2145558
commit 63461e9007
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.const import (
CONF_API_KEY, CONF_USERNAME, CONF_ICON)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['slacker==0.9.29']
REQUIREMENTS = ['slacker==0.9.30']
_LOGGER = logging.getLogger(__name__)

View File

@ -486,7 +486,7 @@ scsgate==0.1.0
sendgrid==3.6.2
# homeassistant.components.notify.slack
slacker==0.9.29
slacker==0.9.30
# homeassistant.components.notify.xmpp
sleekxmpp==1.3.1