diff --git a/homeassistant/components/otbr/manifest.json b/homeassistant/components/otbr/manifest.json index f4029f4aa9e..57749615270 100644 --- a/homeassistant/components/otbr/manifest.json +++ b/homeassistant/components/otbr/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://www.home-assistant.io/integrations/otbr", "integration_type": "service", "iot_class": "local_polling", - "requirements": ["python-otbr-api==2.7.0"] + "requirements": ["python-otbr-api==2.7.1"] } diff --git a/homeassistant/components/thread/manifest.json b/homeassistant/components/thread/manifest.json index 22d55f57d48..f6316bb6b46 100644 --- a/homeassistant/components/thread/manifest.json +++ b/homeassistant/components/thread/manifest.json @@ -7,7 +7,7 @@ "documentation": "https://www.home-assistant.io/integrations/thread", "integration_type": "service", "iot_class": "local_polling", - "requirements": ["python-otbr-api==2.7.0", "pyroute2==0.7.5"], + "requirements": ["python-otbr-api==2.7.1", "pyroute2==0.7.5"], "single_config_entry": true, "zeroconf": ["_meshcop._udp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 625e5d927ef..fb3b5f37a7c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2563,7 +2563,7 @@ python-opensky==1.0.1 # homeassistant.components.otbr # homeassistant.components.thread -python-otbr-api==2.7.0 +python-otbr-api==2.7.1 # homeassistant.components.overseerr python-overseerr==0.8.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 484453b813b..5f42cc16eec 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2153,7 +2153,7 @@ python-opensky==1.0.1 # homeassistant.components.otbr # homeassistant.components.thread -python-otbr-api==2.7.0 +python-otbr-api==2.7.1 # homeassistant.components.overseerr python-overseerr==0.8.0