From 3fbde22cc41c06e7f05adc8772aa8ad965b41ec6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 11 Sep 2020 00:15:13 -0500 Subject: [PATCH] Update zeroconf to 0.28.5 (#39923) --- 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 c703283e38d..7ac2cf9c5f1 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.28.4"], + "requirements": ["zeroconf==0.28.5"], "dependencies": ["api"], "codeowners": ["@Kane610"], "quality_scale": "internal" diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 53f22d3787b..afbec0dd3d0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -29,7 +29,7 @@ sqlalchemy==1.3.19 voluptuous-serialize==2.4.0 voluptuous==0.11.7 yarl==1.4.2 -zeroconf==0.28.4 +zeroconf==0.28.5 pycryptodome>=3.6.6 diff --git a/requirements_all.txt b/requirements_all.txt index dc1e4bd8951..3efe49e0f7a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2287,7 +2287,7 @@ youtube_dl==2020.07.28 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.28.4 +zeroconf==0.28.5 # homeassistant.components.zha zha-quirks==0.0.44 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 952d4018989..c17fc21d7a2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1053,7 +1053,7 @@ xmltodict==0.12.0 yeelight==0.5.3 # homeassistant.components.zeroconf -zeroconf==0.28.4 +zeroconf==0.28.5 # homeassistant.components.zha zha-quirks==0.0.44