Update Twilio SDK version
This commit is contained in:
parent
564aad0ab8
commit
8f418831a1
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ from homeassistant.components.notify import (
|
|||
ATTR_TARGET, PLATFORM_SCHEMA, BaseNotificationService)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ["twilio==5.4.0"]
|
||||
REQUIREMENTS = ["twilio==5.7.0"]
|
||||
|
||||
|
||||
CONF_ACCOUNT_SID = "account_sid"
|
||||
|
|
|
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||
ATTR_TARGET, PLATFORM_SCHEMA, BaseNotificationService)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ["twilio==5.4.0"]
|
||||
REQUIREMENTS = ["twilio==5.7.0"]
|
||||
|
||||
|
||||
CONF_ACCOUNT_SID = "account_sid"
|
||||
|
|
|
@ -636,7 +636,7 @@ transmissionrpc==0.11
|
|||
|
||||
# homeassistant.components.notify.twilio_call
|
||||
# homeassistant.components.notify.twilio_sms
|
||||
twilio==5.4.0
|
||||
twilio==5.7.0
|
||||
|
||||
# homeassistant.components.sensor.uber
|
||||
uber_rides==0.2.7
|
||||
|
|
Loading…
Add table
Reference in a new issue