mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Bump aiodns to 3.6.1 (#159073)
This commit is contained in:
@@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/dnsip",
|
"documentation": "https://www.home-assistant.io/integrations/dnsip",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": ["aiodns==3.6.0"]
|
"requirements": ["aiodns==3.6.1"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
aiodhcpwatcher==1.2.1
|
aiodhcpwatcher==1.2.1
|
||||||
aiodiscover==2.7.1
|
aiodiscover==2.7.1
|
||||||
aiodns==3.6.0
|
aiodns==3.6.1
|
||||||
aiohasupervisor==0.3.3
|
aiohasupervisor==0.3.3
|
||||||
aiohttp-asyncmdnsresolver==0.1.1
|
aiohttp-asyncmdnsresolver==0.1.1
|
||||||
aiohttp-fast-zlib==0.3.0
|
aiohttp-fast-zlib==0.3.0
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
requires-python = ">=3.13.2"
|
requires-python = ">=3.13.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiodns==3.6.0",
|
"aiodns==3.6.1",
|
||||||
# Integrations may depend on hassio integration without listing it to
|
# Integrations may depend on hassio integration without listing it to
|
||||||
# change behavior based on presence of supervisor. Deprecated with #127228
|
# change behavior based on presence of supervisor. Deprecated with #127228
|
||||||
# Lib can be removed with 2025.11
|
# Lib can be removed with 2025.11
|
||||||
|
|||||||
2
requirements.txt
generated
2
requirements.txt
generated
@@ -3,7 +3,7 @@
|
|||||||
-c homeassistant/package_constraints.txt
|
-c homeassistant/package_constraints.txt
|
||||||
|
|
||||||
# Home Assistant Core
|
# Home Assistant Core
|
||||||
aiodns==3.6.0
|
aiodns==3.6.1
|
||||||
aiohasupervisor==0.3.3
|
aiohasupervisor==0.3.3
|
||||||
aiohttp==3.13.2
|
aiohttp==3.13.2
|
||||||
aiohttp_cors==0.8.1
|
aiohttp_cors==0.8.1
|
||||||
|
|||||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -231,7 +231,7 @@ aiodhcpwatcher==1.2.1
|
|||||||
aiodiscover==2.7.1
|
aiodiscover==2.7.1
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
aiodns==3.6.0
|
aiodns==3.6.1
|
||||||
|
|
||||||
# homeassistant.components.duke_energy
|
# homeassistant.components.duke_energy
|
||||||
aiodukeenergy==0.3.0
|
aiodukeenergy==0.3.0
|
||||||
|
|||||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -222,7 +222,7 @@ aiodhcpwatcher==1.2.1
|
|||||||
aiodiscover==2.7.1
|
aiodiscover==2.7.1
|
||||||
|
|
||||||
# homeassistant.components.dnsip
|
# homeassistant.components.dnsip
|
||||||
aiodns==3.6.0
|
aiodns==3.6.1
|
||||||
|
|
||||||
# homeassistant.components.duke_energy
|
# homeassistant.components.duke_energy
|
||||||
aiodukeenergy==0.3.0
|
aiodukeenergy==0.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user