From fdbab3e20c2bf90660ae6da327337cbf040a59e5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 17 Aug 2018 16:39:41 +0200 Subject: [PATCH] Upgrade sendgrid to 5.5.0 (#16021) --- 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 92b709af8ad..5fd085f3d26 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.4.1'] +REQUIREMENTS = ['sendgrid==5.5.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 38b1d071c5c..72bd1d03c2e 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.4.1 +sendgrid==5.5.0 # homeassistant.components.light.sensehat # homeassistant.components.sensor.sensehat