mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Upgrade slacker to 0.9.29 (#4000)
This commit is contained in:
parent
fc3b7907ed
commit
72751b95b5
@ -14,7 +14,7 @@ from homeassistant.const import (
|
||||
CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['slacker==0.9.28']
|
||||
REQUIREMENTS = ['slacker==0.9.29']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -458,7 +458,7 @@ scsgate==0.1.0
|
||||
sendgrid==3.6.0
|
||||
|
||||
# homeassistant.components.notify.slack
|
||||
slacker==0.9.28
|
||||
slacker==0.9.29
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
sleekxmpp==1.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user