diff --git a/homeassistant/components/opentherm_gw/manifest.json b/homeassistant/components/opentherm_gw/manifest.json index c32f3f3c4982..d0ea81cde600 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 532f68431700..0326131d5678 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2296,7 +2296,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 853478004339..30c46903648a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1946,7 +1946,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