Upgrade sendgrid to 5.6.0 (#16111)

This commit is contained in:
Fabian Affolter 2018-08-22 07:16:21 +02:00 committed by Daniel Høyer Iversen
parent 523af4fbca
commit 6864a44b5a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.const import (
CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT, CONTENT_TYPE_TEXT_PLAIN) CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT, CONTENT_TYPE_TEXT_PLAIN)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['sendgrid==5.5.0'] REQUIREMENTS = ['sendgrid==5.6.0']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -1260,7 +1260,7 @@ schiene==0.22
scsgate==0.1.0 scsgate==0.1.0
# homeassistant.components.notify.sendgrid # homeassistant.components.notify.sendgrid
sendgrid==5.5.0 sendgrid==5.6.0
# homeassistant.components.light.sensehat # homeassistant.components.light.sensehat
# homeassistant.components.sensor.sensehat # homeassistant.components.sensor.sensehat