From 782e99276bd16ef27c17e3669f8ac788c34accef Mon Sep 17 00:00:00 2001 From: Christian Glombek Date: Sun, 6 Sep 2026 08:58:51 +0200 Subject: [PATCH] Bump python-otbr-api to 3.0.0 (#181368) --- homeassistant/components/otbr/manifest.json | 2 +- homeassistant/components/thread/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/otbr/manifest.json b/homeassistant/components/otbr/manifest.json index 1f10ce2456d2..9678fd9e0c94 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.10.0"] + "requirements": ["python-otbr-api==3.0.0"] } diff --git a/homeassistant/components/thread/manifest.json b/homeassistant/components/thread/manifest.json index 4daa49dc360a..fdce5ebdbe48 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.10.0", "pyroute2==0.9.6"], + "requirements": ["python-otbr-api==3.0.0", "pyroute2==0.9.6"], "single_config_entry": true, "zeroconf": ["_meshcop._udp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 80e8f09d1a0b..bfe960b0b9ef 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2781,7 +2781,7 @@ python-opensky==1.0.1 # homeassistant.components.otbr # homeassistant.components.thread -python-otbr-api==2.10.0 +python-otbr-api==3.0.0 # homeassistant.components.overseerr python-overseerr==0.9.0