Skip to content

Commit 91bc56b

Browse files
authored
Bump aiodns to 3.5.0 (home-assistant#146758)
1 parent d1e2c62 commit 91bc56b

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.4.0"]
8+
"requirements": ["aiodns==3.5.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.0
44
aiodiscover==2.7.0
5-
aiodns==3.4.0
5+
aiodns==3.5.0
66
aiofiles==24.1.0
77
aiohasupervisor==0.3.1
88
aiohttp-asyncmdnsresolver==0.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
requires-python = ">=3.13.2"
2525
dependencies = [
26-
"aiodns==3.4.0",
26+
"aiodns==3.5.0",
2727
"aiofiles==24.1.0",
2828
# Integrations may depend on hassio integration without listing it to
2929
# change behavior based on presence of supervisor. Deprecated with #127228

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)