Bump aiodns to 3.5.0 (#146758)

This commit is contained in:
J. Nick Koston 2025-06-13 12:12:52 -05:00 committed by GitHub
parent d1e2c62433
commit 91bc56b15c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -5,5 +5,5 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dnsip", "documentation": "https://www.home-assistant.io/integrations/dnsip",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"requirements": ["aiodns==3.4.0"] "requirements": ["aiodns==3.5.0"]
} }

View File

@ -2,7 +2,7 @@
aiodhcpwatcher==1.2.0 aiodhcpwatcher==1.2.0
aiodiscover==2.7.0 aiodiscover==2.7.0
aiodns==3.4.0 aiodns==3.5.0
aiofiles==24.1.0 aiofiles==24.1.0
aiohasupervisor==0.3.1 aiohasupervisor==0.3.1
aiohttp-asyncmdnsresolver==0.1.1 aiohttp-asyncmdnsresolver==0.1.1

View File

@ -23,7 +23,7 @@ classifiers = [
] ]
requires-python = ">=3.13.2" requires-python = ">=3.13.2"
dependencies = [ dependencies = [
"aiodns==3.4.0", "aiodns==3.5.0",
"aiofiles==24.1.0", "aiofiles==24.1.0",
# 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

2
requirements.txt generated
View File

@ -3,7 +3,7 @@
-c homeassistant/package_constraints.txt -c homeassistant/package_constraints.txt
# Home Assistant Core # Home Assistant Core
aiodns==3.4.0 aiodns==3.5.0
aiofiles==24.1.0 aiofiles==24.1.0
aiohasupervisor==0.3.1 aiohasupervisor==0.3.1
aiohttp==3.12.12 aiohttp==3.12.12

2
requirements_all.txt generated
View File

@ -223,7 +223,7 @@ aiodhcpwatcher==1.2.0
aiodiscover==2.7.0 aiodiscover==2.7.0
# homeassistant.components.dnsip # homeassistant.components.dnsip
aiodns==3.4.0 aiodns==3.5.0
# homeassistant.components.duke_energy # homeassistant.components.duke_energy
aiodukeenergy==0.3.0 aiodukeenergy==0.3.0

View File

@ -211,7 +211,7 @@ aiodhcpwatcher==1.2.0
aiodiscover==2.7.0 aiodiscover==2.7.0
# homeassistant.components.dnsip # homeassistant.components.dnsip
aiodns==3.4.0 aiodns==3.5.0
# homeassistant.components.duke_energy # homeassistant.components.duke_energy
aiodukeenergy==0.3.0 aiodukeenergy==0.3.0