From 863edfd66017e6e541221f07399fa4ec5c31c9f5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 9 Dec 2018 11:34:53 +0100 Subject: [PATCH] Upgrade slacker to 0.12.0 --- 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 599633ff5ff..8e23c9f4fa0 100644 --- a/homeassistant/components/notify/slack.py +++ b/homeassistant/components/notify/slack.py @@ -17,7 +17,7 @@ from homeassistant.components.notify import ( BaseNotificationService) from homeassistant.const import (CONF_API_KEY, CONF_USERNAME, CONF_ICON) -REQUIREMENTS = ['slacker==0.11.0'] +REQUIREMENTS = ['slacker==0.12.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 7907b7c0f8d..b4fdd09723b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1434,7 +1434,7 @@ sisyphus-control==2.1 skybellpy==0.2.0 # homeassistant.components.notify.slack -slacker==0.11.0 +slacker==0.12.0 # homeassistant.components.sleepiq sleepyq==0.6