diff --git a/homeassistant/components/notify/twilio_call.py b/homeassistant/components/notify/twilio_call.py index 14e6fe27aa7..b1cc8e5eeed 100644 --- a/homeassistant/components/notify/twilio_call.py +++ b/homeassistant/components/notify/twilio_call.py @@ -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" diff --git a/homeassistant/components/notify/twilio_sms.py b/homeassistant/components/notify/twilio_sms.py index 950e0eed221..ab3ac89e6b2 100644 --- a/homeassistant/components/notify/twilio_sms.py +++ b/homeassistant/components/notify/twilio_sms.py @@ -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" diff --git a/requirements_all.txt b/requirements_all.txt index 1a6d008ab35..ea4ebc95ecb 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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