From ba6bcf86ca70cb6b20f36e147fe6f86afb40ee14 Mon Sep 17 00:00:00 2001
From: Mike Degatano <michael.degatano@gmail.com>
Date: Fri, 11 Oct 2024 13:03:32 -0400
Subject: [PATCH] Bump aiohasupervisor to 0.2.0b0 (#128173)

---
 homeassistant/components/hassio/manifest.json | 2 +-
 homeassistant/package_constraints.txt         | 2 +-
 pyproject.toml                                | 2 +-
 requirements.txt                              | 2 +-
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json
index 14e3f3598f1..c1799aca2a1 100644
--- a/homeassistant/components/hassio/manifest.json
+++ b/homeassistant/components/hassio/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/hassio",
   "iot_class": "local_polling",
   "quality_scale": "internal",
-  "requirements": ["aiohasupervisor==0.1.0"]
+  "requirements": ["aiohasupervisor==0.2.0b0"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 1f32d432d59..b5992a6f0ad 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -3,7 +3,7 @@
 aiodhcpwatcher==1.0.2
 aiodiscover==2.1.0
 aiodns==3.2.0
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 aiohttp-fast-zlib==0.1.1
 aiohttp==3.10.10
 aiohttp_cors==0.7.0
diff --git a/pyproject.toml b/pyproject.toml
index c070f2b890a..db8a466e9fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ dependencies    = [
     "aiodns==3.2.0",
     # Integrations may depend on hassio integration without listing it to
     # change behavior based on presence of supervisor
-    "aiohasupervisor==0.1.0",
+    "aiohasupervisor==0.2.0b0",
     "aiohttp==3.10.10",
     "aiohttp_cors==0.7.0",
     "aiohttp-fast-zlib==0.1.1",
diff --git a/requirements.txt b/requirements.txt
index 8747135e954..96143033823 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 
 # Home Assistant Core
 aiodns==3.2.0
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 aiohttp==3.10.10
 aiohttp_cors==0.7.0
 aiohttp-fast-zlib==0.1.1
diff --git a/requirements_all.txt b/requirements_all.txt
index e130dac8c9c..e59ad4e0ac1 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -258,7 +258,7 @@ aioguardian==2022.07.0
 aioharmony==0.2.10
 
 # homeassistant.components.hassio
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 774ccb776be..d4f6ead3bc8 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -243,7 +243,7 @@ aioguardian==2022.07.0
 aioharmony==0.2.10
 
 # homeassistant.components.hassio
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3
-- 
GitLab