From 9e645e1b00ece7bd8c0de41d7c1c803fd3f79a7e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 13 Mar 2024 16:46:40 -1000 Subject: [PATCH] Bump aiodns to 3.1.1 (#113371) --- homeassistant/components/dnsip/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/dnsip/manifest.json b/homeassistant/components/dnsip/manifest.json index e90e4eb2c72..17c0677e4d9 100644 --- a/homeassistant/components/dnsip/manifest.json +++ b/homeassistant/components/dnsip/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/dnsip", "iot_class": "cloud_polling", - "requirements": ["aiodns==3.0.0"] + "requirements": ["aiodns==3.1.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index d4926f8a691..f88ec6b61f2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -224,7 +224,7 @@ aiodhcpwatcher==0.8.1 aiodiscover==1.6.1 # homeassistant.components.dnsip -aiodns==3.0.0 +aiodns==3.1.1 # homeassistant.components.eafm aioeafm==0.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fc383161299..23be0c89669 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -203,7 +203,7 @@ aiodhcpwatcher==0.8.1 aiodiscover==1.6.1 # homeassistant.components.dnsip -aiodns==3.0.0 +aiodns==3.1.1 # homeassistant.components.eafm aioeafm==0.1.2