mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Upgrade sendgrid to 3.6.5 (#6866)
This commit is contained in:
parent
05398a9dff
commit
ac25eff2d0
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
||||
from homeassistant.const import (CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['sendgrid==3.6.3']
|
||||
REQUIREMENTS = ['sendgrid==3.6.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -683,7 +683,7 @@ schiene==0.18
|
||||
scsgate==0.1.0
|
||||
|
||||
# homeassistant.components.notify.sendgrid
|
||||
sendgrid==3.6.3
|
||||
sendgrid==3.6.5
|
||||
|
||||
# homeassistant.components.sensor.sensehat
|
||||
sense-hat==2.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user