From b507b9ebfb9536095378f8c1341aae832cbd385c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 20 Oct 2021 03:02:08 -1000 Subject: [PATCH] Bump ismartgate to 4.0.3 (#58073) * Bump ismartgate to 4.0.3 Fixes #56245 Changelog: https://github.com/bdraco/ismartgate/compare/v4.0.0...v4.0.3 * restart ci --- homeassistant/components/gogogate2/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/gogogate2/manifest.json b/homeassistant/components/gogogate2/manifest.json index 94a57c47be7..7d88340c597 100644 --- a/homeassistant/components/gogogate2/manifest.json +++ b/homeassistant/components/gogogate2/manifest.json @@ -3,7 +3,7 @@ "name": "Gogogate2 and ismartgate", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/gogogate2", - "requirements": ["ismartgate==4.0.0"], + "requirements": ["ismartgate==4.0.3"], "codeowners": ["@vangorra", "@bdraco"], "homekit": { "models": ["iSmartGate"] diff --git a/requirements_all.txt b/requirements_all.txt index 52c34405a78..8687ed3d09b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -888,7 +888,7 @@ iotawattpy==0.1.0 iperf3==0.1.11 # homeassistant.components.gogogate2 -ismartgate==4.0.0 +ismartgate==4.0.3 # homeassistant.components.rest jsonpath==0.82 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c926bc73d8c..c22adf8b197 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -540,7 +540,7 @@ influxdb==5.2.3 iotawattpy==0.1.0 # homeassistant.components.gogogate2 -ismartgate==4.0.0 +ismartgate==4.0.3 # homeassistant.components.rest jsonpath==0.82