mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Upgrade slacker to 0.9.65 (#13496)
This commit is contained in:
parent
2bebfec3a6
commit
00c6df54b2
@ -17,7 +17,7 @@ from homeassistant.components.notify import (
|
|||||||
BaseNotificationService)
|
BaseNotificationService)
|
||||||
from homeassistant.const import (CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
from homeassistant.const import (CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
||||||
|
|
||||||
REQUIREMENTS = ['slacker==0.9.60']
|
REQUIREMENTS = ['slacker==0.9.65']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1136,7 +1136,7 @@ simplisafe-python==1.0.5
|
|||||||
skybellpy==0.1.1
|
skybellpy==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.notify.slack
|
# homeassistant.components.notify.slack
|
||||||
slacker==0.9.60
|
slacker==0.9.65
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
sleekxmpp==1.3.2
|
sleekxmpp==1.3.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user