From 6e95ce70bcb58c2157d26d1d2481460f871a622c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 10 Oct 2021 17:14:42 -1000 Subject: [PATCH] Bump aiodiscover to 2.4.5 (#57439) - Disable scanning if the network size exceeds the maximum number of allowed hosts (8192) - Changelog: https://github.com/bdraco/aiodiscover/compare/v1.4.4...v1.4.5 - Closes #57378 --- 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 8ec6bf855c8..312b83c3311 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.4"], + "requirements": ["scapy==2.4.5", "aiodiscover==1.4.5"], "codeowners": ["@bdraco"], "quality_scale": "internal", "iot_class": "local_push" diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a650fe4ab83..7a9875f05aa 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.4 +aiodiscover==1.4.5 aiohttp==3.7.4.post0 aiohttp_cors==0.7.0 astral==2.2 diff --git a/requirements_all.txt b/requirements_all.txt index db6449fa793..97850d1fd98 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -145,7 +145,7 @@ aioazuredevops==1.3.5 aiobotocore==1.2.2 # homeassistant.components.dhcp -aiodiscover==1.4.4 +aiodiscover==1.4.5 # homeassistant.components.dnsip # homeassistant.components.minecraft_server diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 05ab17dce48..109912b83ba 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -93,7 +93,7 @@ aioazuredevops==1.3.5 aiobotocore==1.2.2 # homeassistant.components.dhcp -aiodiscover==1.4.4 +aiodiscover==1.4.5 # homeassistant.components.dnsip # homeassistant.components.minecraft_server