diff --git a/homeassistant/components/smartthings/manifest.json b/homeassistant/components/smartthings/manifest.json index 30ef278d1d1..88ed85306db 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.4"], + "requirements": ["pysmartapp==0.3.3", "pysmartthings==0.7.6"], "dependencies": ["webhook"], "after_dependencies": ["cloud"], "codeowners": ["@andrewsayre"] diff --git a/requirements_all.txt b/requirements_all.txt index 94c773ca753..32603901c8c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1680,10 +1680,10 @@ pysma==0.3.5 pysmappee==0.2.13 # homeassistant.components.smartthings -pysmartapp==0.3.2 +pysmartapp==0.3.3 # homeassistant.components.smartthings -pysmartthings==0.7.4 +pysmartthings==0.7.6 # homeassistant.components.smarty pysmarty==0.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cd3605147ae..8a0284af15b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -839,10 +839,10 @@ pysma==0.3.5 pysmappee==0.2.13 # homeassistant.components.smartthings -pysmartapp==0.3.2 +pysmartapp==0.3.3 # homeassistant.components.smartthings -pysmartthings==0.7.4 +pysmartthings==0.7.6 # homeassistant.components.soma pysoma==0.0.10