diff --git a/homeassistant/components/opentherm_gw/manifest.json b/homeassistant/components/opentherm_gw/manifest.json index c32f3f3c498..d0ea81cde60 100644 --- a/homeassistant/components/opentherm_gw/manifest.json +++ b/homeassistant/components/opentherm_gw/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "local_push", "loggers": ["pyotgw"], - "requirements": ["pyotgw==2.2.2"] + "requirements": ["pyotgw==2.2.3"] } diff --git a/requirements_all.txt b/requirements_all.txt index dda9e6bb4a8..75e145ecd8d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2299,7 +2299,7 @@ pyoppleio-legacy==1.0.8 pyosoenergyapi==1.2.4 # homeassistant.components.opentherm_gw -pyotgw==2.2.2 +pyotgw==2.2.3 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 53b2163a999..c3ce99952d4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1949,7 +1949,7 @@ pyopnsense==0.4.0 pyosoenergyapi==1.2.4 # homeassistant.components.opentherm_gw -pyotgw==2.2.2 +pyotgw==2.2.3 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp