From 6864a44b5ad3485cb55064431cf20ec860ce1a6b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 22 Aug 2018 07:16:21 +0200 Subject: [PATCH] Upgrade sendgrid to 5.6.0 (#16111) --- homeassistant/components/notify/sendgrid.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/sendgrid.py b/homeassistant/components/notify/sendgrid.py index 5fd085f3d26..231a17455d1 100644 --- a/homeassistant/components/notify/sendgrid.py +++ b/homeassistant/components/notify/sendgrid.py @@ -14,7 +14,7 @@ from homeassistant.const import ( CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT, CONTENT_TYPE_TEXT_PLAIN) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['sendgrid==5.5.0'] +REQUIREMENTS = ['sendgrid==5.6.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8185f6aa2d1..ada216de5d8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1260,7 +1260,7 @@ schiene==0.22 scsgate==0.1.0 # homeassistant.components.notify.sendgrid -sendgrid==5.5.0 +sendgrid==5.6.0 # homeassistant.components.light.sensehat # homeassistant.components.sensor.sensehat