diff --git a/homeassistant/components/sendgrid/__init__.py b/homeassistant/components/sendgrid/__init__.py index 91fff97c150..164dead5b23 100644 --- a/homeassistant/components/sendgrid/__init__.py +++ b/homeassistant/components/sendgrid/__init__.py @@ -1 +1 @@ -"""The sendgrid component.""" +"""The sendgrid integration.""" diff --git a/homeassistant/components/sendgrid/manifest.json b/homeassistant/components/sendgrid/manifest.json index 900fe9252b4..63a511809d8 100644 --- a/homeassistant/components/sendgrid/manifest.json +++ b/homeassistant/components/sendgrid/manifest.json @@ -2,7 +2,7 @@ "domain": "sendgrid", "name": "SendGrid", "documentation": "https://www.home-assistant.io/integrations/sendgrid", - "requirements": ["sendgrid==6.1.1"], + "requirements": ["sendgrid==6.1.3"], "dependencies": [], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 980cea8f7d2..5012cb07d82 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1831,7 +1831,7 @@ schiene==0.23 scsgate==0.1.0 # homeassistant.components.sendgrid -sendgrid==6.1.1 +sendgrid==6.1.3 # homeassistant.components.sensehat sense-hat==2.2.0