From c634cbf86697c5d09b4cb2694beeb370acc18716 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 6 Jul 2016 16:48:58 +0200 Subject: [PATCH] Upgrade slacker to 0.9.21 (#2458) --- homeassistant/components/notify/slack.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/slack.py b/homeassistant/components/notify/slack.py index e72bed20b68..07c4ecd0a71 100644 --- a/homeassistant/components/notify/slack.py +++ b/homeassistant/components/notify/slack.py @@ -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.18'] +REQUIREMENTS = ['slacker==0.9.21'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 7658c00402a..e553445cad3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -366,7 +366,7 @@ scsgate==0.1.0 sendgrid>=1.6.0,<1.7.0 # homeassistant.components.notify.slack -slacker==0.9.18 +slacker==0.9.21 # homeassistant.components.notify.xmpp sleekxmpp==1.3.1