mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 15:00:12 +00:00
Upgrade sendgrid to 5.0.0 (#9062)
This commit is contained in:
@@ -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==4.2.1']
|
||||
REQUIREMENTS = ['sendgrid==5.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user