Update Twilio SDK version

This commit is contained in:
Robbie Trencheny 2017-01-28 12:45:32 -08:00
parent 564aad0ab8
commit 8f418831a1
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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