From cad995a5f4c73a3bc574643971603d35a319d584 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 Jul 2016 20:15:39 +0200 Subject: [PATCH] Upgrade slacker to 0.9.18 (#2415) --- homeassistant/components/notify/slack.py | 5 ++--- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/notify/slack.py b/homeassistant/components/notify/slack.py index 5257c965cd6..e72bed20b68 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.17'] +REQUIREMENTS = ['slacker==0.9.18'] _LOGGER = logging.getLogger(__name__) @@ -30,8 +30,7 @@ def get_service(hass, config): config[CONF_API_KEY]) except slacker.Error: - _LOGGER.exception( - "Slack authentication failed") + _LOGGER.exception("Slack authentication failed") return None diff --git a/requirements_all.txt b/requirements_all.txt index 200156ae6f8..97fac3e219d 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.17 +slacker==0.9.18 # homeassistant.components.notify.xmpp sleekxmpp==1.3.1