Skip to content

Commit

Permalink
Upgrade sendgrid to 4.2.0 (#7886)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jun 3, 2017
1 parent 1432ae6 commit a745bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/sendgrid.py
Expand Up @@ -13,7 +13,7 @@
from homeassistant.const import (CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['sendgrid==4.1.0']
REQUIREMENTS = ['sendgrid==4.2.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -762,7 +762,7 @@ schiene==0.18
scsgate==0.1.0

# homeassistant.components.notify.sendgrid
sendgrid==4.1.0
sendgrid==4.2.0

# homeassistant.components.light.sensehat
# homeassistant.components.sensor.sensehat
Expand Down

0 comments on commit a745bf8

Please sign in to comment.