mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade slacker to 0.9.25 (#3224)
This commit is contained in:
parent
c06fe51122
commit
26eba4cb1a
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||||||
from homeassistant.const import CONF_API_KEY
|
from homeassistant.const import CONF_API_KEY
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['slacker==0.9.24']
|
REQUIREMENTS = ['slacker==0.9.25']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -425,7 +425,7 @@ scsgate==0.1.0
|
|||||||
sendgrid==3.2.10
|
sendgrid==3.2.10
|
||||||
|
|
||||||
# homeassistant.components.notify.slack
|
# homeassistant.components.notify.slack
|
||||||
slacker==0.9.24
|
slacker==0.9.25
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
sleekxmpp==1.3.1
|
sleekxmpp==1.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user