diff --git a/homeassistant/components/dnsip/manifest.json b/homeassistant/components/dnsip/manifest.json index d700c89ab6f73..b383ccd9049dd 100644 --- a/homeassistant/components/dnsip/manifest.json +++ b/homeassistant/components/dnsip/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/dnsip", "integration_type": "service", "iot_class": "cloud_polling", - "requirements": ["aiodns==4.0.0"] + "requirements": ["aiodns==4.0.3"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index d918aa9129457..9e18ac1d6ba95 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -2,7 +2,7 @@ aiodhcpwatcher==1.2.1 aiodiscover==2.7.1 -aiodns==4.0.0 +aiodns==4.0.3 aiogithubapi==26.0.0 aiohttp-asyncmdnsresolver==0.1.1 aiohttp-fast-zlib==0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 3deabcd9beba2..311a10169b8e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] requires-python = ">=3.14.2" dependencies = [ - "aiodns==4.0.0", + "aiodns==4.0.3", # aiogithubapi is needed by frontend; frontend is unconditionally imported at # module level in `bootstrap.py` and its requirements thus need to be in # requirements.txt to ensure they are always installed diff --git a/requirements.txt b/requirements.txt index 63acd4814c1ed..45a69766702e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ -c homeassistant/package_constraints.txt # Home Assistant Core -aiodns==4.0.0 +aiodns==4.0.3 aiogithubapi==26.0.0 aiohttp-asyncmdnsresolver==0.1.1 aiohttp-fast-zlib==0.3.0 diff --git a/requirements_all.txt b/requirements_all.txt index aec5354e1cba7..2faa75069fafb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -236,7 +236,7 @@ aiodhcpwatcher==1.2.1 aiodiscover==2.7.1 # homeassistant.components.dnsip -aiodns==4.0.0 +aiodns==4.0.3 # homeassistant.components.eafm aioeafm==0.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f42e7384fb7f5..f12c988fb894b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -227,7 +227,7 @@ aiodhcpwatcher==1.2.1 aiodiscover==2.7.1 # homeassistant.components.dnsip -aiodns==4.0.0 +aiodns==4.0.3 # homeassistant.components.eafm aioeafm==0.1.2