Upgrade sendgrid to 5.5.0 (#16021)

This commit is contained in:
Fabian Affolter 2018-08-17 16:39:41 +02:00 committed by Paulus Schoutsen
parent f2e399ccf3
commit fdbab3e20c
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)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['sendgrid==5.4.1']
REQUIREMENTS = ['sendgrid==5.5.0']
_LOGGER = logging.getLogger(__name__)