From 8e6a616846efb2b77b1f176928de6db05187ecfd Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:12:38 -0500 Subject: [PATCH] Update pysmartthings (#41294) --- homeassistant/components/smartthings/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/smartthings/manifest.json b/homeassistant/components/smartthings/manifest.json index 58ea833cb7d..30ef278d1d1 100644 --- a/homeassistant/components/smartthings/manifest.json +++ b/homeassistant/components/smartthings/manifest.json @@ -3,7 +3,7 @@ "name": "SmartThings", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smartthings", - "requirements": ["pysmartapp==0.3.2", "pysmartthings==0.7.3"], + "requirements": ["pysmartapp==0.3.2", "pysmartthings==0.7.4"], "dependencies": ["webhook"], "after_dependencies": ["cloud"], "codeowners": ["@andrewsayre"] diff --git a/requirements_all.txt b/requirements_all.txt index 8a4160024b8..4b13fa12582 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1656,7 +1656,7 @@ pysmappee==0.2.13 pysmartapp==0.3.2 # homeassistant.components.smartthings -pysmartthings==0.7.3 +pysmartthings==0.7.4 # homeassistant.components.smarty pysmarty==0.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f9195a3b2fd..62c501522bb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -803,7 +803,7 @@ pysmappee==0.2.13 pysmartapp==0.3.2 # homeassistant.components.smartthings -pysmartthings==0.7.3 +pysmartthings==0.7.4 # homeassistant.components.soma pysoma==0.0.10