mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Upgrade slacker to 0.9.16 (#2235)
This commit is contained in:
parent
69f2f0f34a
commit
0fe375049a
@ -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.10']
|
||||
REQUIREMENTS = ['slacker==0.9.16']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
@ -331,7 +331,7 @@ scsgate==0.1.0
|
||||
sendgrid>=1.6.0,<1.7.0
|
||||
|
||||
# homeassistant.components.notify.slack
|
||||
slacker==0.9.10
|
||||
slacker==0.9.16
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
sleekxmpp==1.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user