From 86dc7111cb2268aa99c6dfa08d1e923098ecd2cf Mon Sep 17 00:00:00 2001
From: Mike Degatano <michael.degatano@gmail.com>
Date: Thu, 26 Sep 2024 12:34:30 -0400
Subject: [PATCH] Bump aiohasupervisor to 0.1.0 (#126841)

---
 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 fe38fa78003..14e3f3598f1 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.0b1"]
+  "requirements": ["aiohasupervisor==0.1.0"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 60125394403..b332d84823b 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.0b1
+aiohasupervisor==0.1.0
 aiohttp-fast-zlib==0.1.1
 aiohttp==3.10.6
 aiohttp_cors==0.7.0
diff --git a/pyproject.toml b/pyproject.toml
index 7b0675e7e8e..d7dff4e5d16 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.0b1",
+    "aiohasupervisor==0.1.0",
     "aiohttp==3.10.6",
     "aiohttp_cors==0.7.0",
     "aiohttp-fast-zlib==0.1.1",
diff --git a/requirements.txt b/requirements.txt
index ec1c0438a40..2e0f25eaabf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 
 # Home Assistant Core
 aiodns==3.2.0
-aiohasupervisor==0.1.0b1
+aiohasupervisor==0.1.0
 aiohttp==3.10.6
 aiohttp_cors==0.7.0
 aiohttp-fast-zlib==0.1.1
diff --git a/requirements_all.txt b/requirements_all.txt
index 0ed8a3da84e..200f5b6c874 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.0b1
+aiohasupervisor==0.1.0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d08378b37cb..d126d21431e 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.0b1
+aiohasupervisor==0.1.0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3
-- 
GitLab