From f37c541a501672951accc4074593a87206a86547 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 29 Aug 2021 22:29:46 -0500 Subject: [PATCH] Bump zeroconf to 0.36.1 (#55425) - Fixes duplicate records in the cache - Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.36.0...0.36.1 --- 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 84f9f4698e9..dea3b3c356e 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.0"], + "requirements": ["zeroconf==0.36.1"], "dependencies": ["network", "api"], "codeowners": ["@bdraco"], "quality_scale": "internal", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 510d27ccccb..8beb6789b54 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.0 +zeroconf==0.36.1 pycryptodome>=3.6.6 diff --git a/requirements_all.txt b/requirements_all.txt index 889f35954b0..0264d83665b 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.0 +zeroconf==0.36.1 # homeassistant.components.zha zha-quirks==0.0.60 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1335dbd8185..dec96024ce1 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.0 +zeroconf==0.36.1 # homeassistant.components.zha zha-quirks==0.0.60