Upgrade sendgrid to 5.6.0 (#16111)
This commit is contained in:
parent
523af4fbca
commit
6864a44b5a
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue