Skip to content
Snippets Groups Projects
Commit 72751b95 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Upgrade slacker to 0.9.29 (#4000)

parent fc3b7907
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ from homeassistant.const import ( ...@@ -14,7 +14,7 @@ from homeassistant.const import (
CONF_API_KEY, CONF_USERNAME, CONF_ICON) CONF_API_KEY, CONF_USERNAME, CONF_ICON)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['slacker==0.9.28'] REQUIREMENTS = ['slacker==0.9.29']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
......
...@@ -458,7 +458,7 @@ scsgate==0.1.0 ...@@ -458,7 +458,7 @@ scsgate==0.1.0
sendgrid==3.6.0 sendgrid==3.6.0
# homeassistant.components.notify.slack # homeassistant.components.notify.slack
slacker==0.9.28 slacker==0.9.29
# homeassistant.components.notify.xmpp # homeassistant.components.notify.xmpp
sleekxmpp==1.3.1 sleekxmpp==1.3.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment