From e83594a179b6dd12355e99a7049656c857e9b7d9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 12 Sep 2022 05:19:45 -0500 Subject: [PATCH] Bump aiodiscover to 1.4.13 (#78253) --- 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 fea7772f72d..f3f44f6dc9b 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.11"], + "requirements": ["scapy==2.4.5", "aiodiscover==1.4.13"], "codeowners": ["@bdraco"], "quality_scale": "internal", "iot_class": "local_push", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 4f41518361f..f0f2a2eb8c3 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,6 +1,6 @@ PyJWT==2.4.0 PyNaCl==1.5.0 -aiodiscover==1.4.11 +aiodiscover==1.4.13 aiohttp==3.8.1 aiohttp_cors==0.7.0 astral==2.2 diff --git a/requirements_all.txt b/requirements_all.txt index 33c57882be9..104d0f70854 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -134,7 +134,7 @@ aiobafi6==0.7.2 aiobotocore==2.1.0 # homeassistant.components.dhcp -aiodiscover==1.4.11 +aiodiscover==1.4.13 # homeassistant.components.dnsip # homeassistant.components.minecraft_server diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4111d5f9534..d7c89984ffb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -121,7 +121,7 @@ aiobafi6==0.7.2 aiobotocore==2.1.0 # homeassistant.components.dhcp -aiodiscover==1.4.11 +aiodiscover==1.4.13 # homeassistant.components.dnsip # homeassistant.components.minecraft_server