From 47156151abe856d967fcb3b85dbe90d523c3191c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 28 Mar 2021 13:12:31 -1000 Subject: [PATCH] Bump aiodiscover to 1.1.2 for dhcp (#48445) --- 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 ea1e7ae3c43..f6ebffe93f1 100644 --- a/homeassistant/components/dhcp/manifest.json +++ b/homeassistant/components/dhcp/manifest.json @@ -3,7 +3,7 @@ "name": "DHCP Discovery", "documentation": "https://www.home-assistant.io/integrations/dhcp", "requirements": [ - "scapy==2.4.4", "aiodiscover==1.1.0" + "scapy==2.4.4", "aiodiscover==1.1.2" ], "codeowners": [ "@bdraco" diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 27e850613eb..f5a7a20c205 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,6 +1,6 @@ PyJWT==1.7.1 PyNaCl==1.3.0 -aiodiscover==1.1.0 +aiodiscover==1.1.2 aiohttp==3.7.4.post0 aiohttp_cors==0.7.0 astral==1.10.1 diff --git a/requirements_all.txt b/requirements_all.txt index 2694567f0ae..5a9b1dfe6bf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -147,7 +147,7 @@ aioazuredevops==1.3.5 aiobotocore==0.11.1 # homeassistant.components.dhcp -aiodiscover==1.1.0 +aiodiscover==1.1.2 # homeassistant.components.dnsip # homeassistant.components.minecraft_server diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 83c04368f35..2d42c5912ef 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -84,7 +84,7 @@ aioazuredevops==1.3.5 aiobotocore==0.11.1 # homeassistant.components.dhcp -aiodiscover==1.1.0 +aiodiscover==1.1.2 # homeassistant.components.dnsip # homeassistant.components.minecraft_server