From 6338c8d86e900acdf85d5f0fe0ff6a1ec01a08e5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 13 Mar 2024 17:24:33 -1000 Subject: [PATCH] Bump aiodiscover to 2.0.0 (#113337) --- 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 75d5b15124f..10f63402c94 100644 --- a/homeassistant/components/dhcp/manifest.json +++ b/homeassistant/components/dhcp/manifest.json @@ -15,7 +15,7 @@ "quality_scale": "internal", "requirements": [ "aiodhcpwatcher==0.8.1", - "aiodiscover==1.6.1", + "aiodiscover==2.0.0", "cached_ipaddress==0.3.0" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 8dae6c4ed07..3adc3527379 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,7 +1,7 @@ # Automatically generated by gen_requirements_all.py, do not edit aiodhcpwatcher==0.8.1 -aiodiscover==1.6.1 +aiodiscover==2.0.0 aiohttp-fast-url-dispatcher==0.3.0 aiohttp-zlib-ng==0.3.1 aiohttp==3.9.3 diff --git a/requirements_all.txt b/requirements_all.txt index 3781416e9a5..68bc2489459 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -221,7 +221,7 @@ aiocomelit==0.9.0 aiodhcpwatcher==0.8.1 # homeassistant.components.dhcp -aiodiscover==1.6.1 +aiodiscover==2.0.0 # homeassistant.components.dnsip aiodns==3.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8bd5a80c190..1999c8c0ac3 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -200,7 +200,7 @@ aiocomelit==0.9.0 aiodhcpwatcher==0.8.1 # homeassistant.components.dhcp -aiodiscover==1.6.1 +aiodiscover==2.0.0 # homeassistant.components.dnsip aiodns==3.1.1