diff --git a/homeassistant/components/sfr_box/manifest.json b/homeassistant/components/sfr_box/manifest.json index 4960e36487102f..78901006d9abac 100644 --- a/homeassistant/components/sfr_box/manifest.json +++ b/homeassistant/components/sfr_box/manifest.json @@ -3,7 +3,7 @@ "name": "SFR Box", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sfr_box", - "requirements": ["sfrbox-api==0.0.4"], + "requirements": ["sfrbox-api==0.0.5"], "codeowners": ["@epenet"], "iot_class": "local_polling", "integration_type": "device" diff --git a/requirements_all.txt b/requirements_all.txt index c49c13dab793f6..6b13278d2bb2ee 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2315,7 +2315,7 @@ sensorpush-ble==1.5.2 sentry-sdk==1.13.0 # homeassistant.components.sfr_box -sfrbox-api==0.0.4 +sfrbox-api==0.0.5 # homeassistant.components.sharkiq sharkiq==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e3e64236c1647f..bd1a98edf6adff 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1630,7 +1630,7 @@ sensorpush-ble==1.5.2 sentry-sdk==1.13.0 # homeassistant.components.sfr_box -sfrbox-api==0.0.4 +sfrbox-api==0.0.5 # homeassistant.components.sharkiq sharkiq==0.0.1