mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump aiohasupervisor from version 0.3.b1 to version 0.3.1 (#143585)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -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
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
Reference in New Issue
Block a user