From 27ecd43da36da22f68e74cfab977c310d720aafd Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 30 Aug 2021 10:59:41 -0500 Subject: [PATCH] Bump zeroconf to 0.36.2 (#55459) - Now sends NSEC records when requesting non-existent address types Implements RFC6762 sec 6.2 (http://datatracker.ietf.org/doc/html/rfc6762#section-6.2) - This solves a case where a HomeKit bridge can take a while to update because it is waiting to see if an AAAA (IPv6) address is available --- homeassistant/components/zeroconf/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/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index dea3b3c356e..6ed4c8d09dd 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -2,7 +2,7 @@ "domain": "zeroconf", "name": "Zero-configuration networking (zeroconf)", "documentation": "https://www.home-assistant.io/integrations/zeroconf", - "requirements": ["zeroconf==0.36.1"], + "requirements": ["zeroconf==0.36.2"], "dependencies": ["network", "api"], "codeowners": ["@bdraco"], "quality_scale": "internal", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 8beb6789b54..c91a512fdd0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -34,7 +34,7 @@ sqlalchemy==1.4.23 voluptuous-serialize==2.4.0 voluptuous==0.12.1 yarl==1.6.3 -zeroconf==0.36.1 +zeroconf==0.36.2 pycryptodome>=3.6.6 diff --git a/requirements_all.txt b/requirements_all.txt index 62b889ecde8..b51b543013f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2453,7 +2453,7 @@ youtube_dl==2021.04.26 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.36.1 +zeroconf==0.36.2 # homeassistant.components.zha zha-quirks==0.0.60 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0ed06dae246..66e17ede6d8 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1373,7 +1373,7 @@ yeelight==0.7.4 youless-api==0.12 # homeassistant.components.zeroconf -zeroconf==0.36.1 +zeroconf==0.36.2 # homeassistant.components.zha zha-quirks==0.0.60