Upgrade slacker to 0.9.24 (#2597)

This commit is contained in:
Fabian Affolter 2016-07-23 04:25:06 +02:00 committed by Paulus Schoutsen
parent 843e997292
commit 3122c0279f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from homeassistant.components.notify import DOMAIN, BaseNotificationService
from homeassistant.const import CONF_API_KEY
from homeassistant.helpers import validate_config
REQUIREMENTS = ['slacker==0.9.21']
REQUIREMENTS = ['slacker==0.9.24']
_LOGGER = logging.getLogger(__name__)

View File

@ -381,7 +381,7 @@ scsgate==0.1.0
sendgrid>=1.6.0,<1.7.0
# homeassistant.components.notify.slack
slacker==0.9.21
slacker==0.9.24
# homeassistant.components.notify.xmpp
sleekxmpp==1.3.1