From e389beb1d1a640083a42065b0c17254a366cea0e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 22 Apr 2022 06:26:06 -1000 Subject: [PATCH] Bump aiodiscover to 1.4.11 (#70413) Fixes #70402 Changelog: https://github.com/bdraco/aiodiscover/compare/v1.4.10...v1.4.11 --- 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 87de91b091f..fea7772f72d 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.10"], + "requirements": ["scapy==2.4.5", "aiodiscover==1.4.11"], "codeowners": ["@bdraco"], "quality_scale": "internal", "iot_class": "local_push", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1d98d9b518d..948fea5fa44 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,6 +1,6 @@ PyJWT==2.3.0 PyNaCl==1.5.0 -aiodiscover==1.4.10 +aiodiscover==1.4.11 aiohttp==3.8.1 aiohttp_cors==0.7.0 astral==2.2 diff --git a/requirements_all.txt b/requirements_all.txt index 76df7c829f4..c1ca25c6f4c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -128,7 +128,7 @@ aioazuredevops==1.3.5 aiobotocore==2.1.0 # homeassistant.components.dhcp -aiodiscover==1.4.10 +aiodiscover==1.4.11 # homeassistant.components.dnsip # homeassistant.components.minecraft_server diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cd5da626f71..66bc32309f9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -112,7 +112,7 @@ aioazuredevops==1.3.5 aiobotocore==2.1.0 # homeassistant.components.dhcp -aiodiscover==1.4.10 +aiodiscover==1.4.11 # homeassistant.components.dnsip # homeassistant.components.minecraft_server