From 44946f662e6ff3aa0dd013e02f92f7773e731260 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 24 Jan 2022 21:27:40 -1000 Subject: [PATCH] Bump aiodiscover to 1.4.7 to fix finding the gateway on MacOS (#64893) --- homeassistant/components/dhcp/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json index 312b83c3311..c79d63dda16 100644 --- a/homeassistant/components/dhcp/manifest.json +++ b/homeassistant/components/dhcp/manifest.json @@ -2,7 +2,7 @@ "domain": "dhcp", "name": "DHCP Discovery", "documentation": "https://www.home-assistant.io/integrations/dhcp", - "requirements": ["scapy==2.4.5", "aiodiscover==1.4.5"], + "requirements": ["scapy==2.4.5", "aiodiscover==1.4.7"], "codeowners": ["@bdraco"], "quality_scale": "internal", "iot_class": "local_push" diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e8e3b3bbb09..c77c451a927 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,6 +1,6 @@ PyJWT==2.1.0 PyNaCl==1.4.0 -aiodiscover==1.4.5 +aiodiscover==1.4.7 aiohttp==3.8.1 aiohttp_cors==0.7.0 astral==2.2 diff --git a/requirements_all.txt b/requirements_all.txt index 40677661fe6..633192b77a5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -150,7 +150,7 @@ aioazuredevops==1.3.5 aiobotocore==2.1.0 # homeassistant.components.dhcp -aiodiscover==1.4.5 +aiodiscover==1.4.7 # homeassistant.components.dnsip # homeassistant.components.minecraft_server diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ef2c80af5fe..c2f42ab7d01 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -103,7 +103,7 @@ aioazuredevops==1.3.5 aiobotocore==2.1.0 # homeassistant.components.dhcp -aiodiscover==1.4.5 +aiodiscover==1.4.7 # homeassistant.components.dnsip # homeassistant.components.minecraft_server