From b0d9a2437ddd67dec95f7061faf90566392ae700 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 25 Apr 2025 12:20:28 +0200 Subject: [PATCH] Bump aiohasupervisor from version 0.3.b1 to version 0.3.1 (#143585) --- 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 f267f8ce722..a2af6fb217c 100644 --- a/homeassistant/components/hassio/manifest.json +++ b/homeassistant/components/hassio/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/hassio", "iot_class": "local_polling", "quality_scale": "internal", - "requirements": ["aiohasupervisor==0.3.1b1"], + "requirements": ["aiohasupervisor==0.3.1"], "single_config_entry": true } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index febd6d25918..b70b590ce92 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -3,7 +3,7 @@ aiodhcpwatcher==1.1.1 aiodiscover==2.6.1 aiodns==3.2.0 -aiohasupervisor==0.3.1b1 +aiohasupervisor==0.3.1 aiohttp-asyncmdnsresolver==0.1.1 aiohttp-fast-zlib==0.2.3 aiohttp==3.11.18 diff --git a/pyproject.toml b/pyproject.toml index b5073a0d3c6..a756f1c2540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ # Integrations may depend on hassio integration without listing it to # change behavior based on presence of supervisor. Deprecated with #127228 # Lib can be removed with 2025.11 - "aiohasupervisor==0.3.1b1", + "aiohasupervisor==0.3.1", "aiohttp==3.11.18", "aiohttp_cors==0.7.0", "aiohttp-fast-zlib==0.2.3", diff --git a/requirements.txt b/requirements.txt index 503a3bb2381..c1c97dc8544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Home Assistant Core aiodns==3.2.0 -aiohasupervisor==0.3.1b1 +aiohasupervisor==0.3.1 aiohttp==3.11.18 aiohttp_cors==0.7.0 aiohttp-fast-zlib==0.2.3 diff --git a/requirements_all.txt b/requirements_all.txt index 0e4b7116dd3..d5468f2996f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -261,7 +261,7 @@ aioguardian==2022.07.0 aioharmony==0.5.2 # homeassistant.components.hassio -aiohasupervisor==0.3.1b1 +aiohasupervisor==0.3.1 # homeassistant.components.home_connect aiohomeconnect==0.17.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index dfa3453737c..cdc176c1703 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -246,7 +246,7 @@ aioguardian==2022.07.0 aioharmony==0.5.2 # homeassistant.components.hassio -aiohasupervisor==0.3.1b1 +aiohasupervisor==0.3.1 # homeassistant.components.home_connect aiohomeconnect==0.17.0