From ce0ca7ff90345b45d4edc6ebec80e139696cdb5d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 10 Jun 2018 11:38:11 +0200 Subject: [PATCH] Upgrade sendgrid to 5.4.0 (#14891) --- 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 89117397a53..b73f3a17ee7 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.3.0'] +REQUIREMENTS = ['sendgrid==5.4.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index df78c2b3747..17eb8455377 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1207,7 +1207,7 @@ schiene==0.22 scsgate==0.1.0 # homeassistant.components.notify.sendgrid -sendgrid==5.3.0 +sendgrid==5.4.0 # homeassistant.components.light.sensehat # homeassistant.components.sensor.sensehat