Skip to content

Commit 7d065bf

Browse files
authored
Bump aiodns to 3.6.0 (home-assistant#158063)
1 parent 3315680 commit 7d065bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

homeassistant/components/dnsip/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/dnsip",
77
"iot_class": "cloud_polling",
8-
"requirements": ["aiodns==3.5.0"]
8+
"requirements": ["aiodns==3.6.0"]
99
}

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
aiodhcpwatcher==1.2.1
44
aiodiscover==2.7.1
5-
aiodns==3.5.0
5+
aiodns==3.6.0
66
aiohasupervisor==0.3.3
77
aiohttp-asyncmdnsresolver==0.1.1
88
aiohttp-fast-zlib==0.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
requires-python = ">=3.13.2"
2626
dependencies = [
27-
"aiodns==3.5.0",
27+
"aiodns==3.6.0",
2828
# Integrations may depend on hassio integration without listing it to
2929
# change behavior based on presence of supervisor. Deprecated with #127228
3030
# Lib can be removed with 2025.11

requirements.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)