From 75739d862126f79329093c127bb2eeccd32c3d4f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 23 Dec 2022 18:35:44 -1000 Subject: [PATCH] Bump zeroconf to 0.47.1 (#84523) --- 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 33a35b9f387..cd00e0b05ea 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.47.0"], + "requirements": ["zeroconf==0.47.1"], "dependencies": ["network", "api"], "codeowners": ["@bdraco"], "quality_scale": "internal", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 4c3accd7015..1372e708ab4 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -44,7 +44,7 @@ typing-extensions>=4.4.0,<5.0 voluptuous-serialize==2.5.0 voluptuous==0.13.1 yarl==1.8.1 -zeroconf==0.47.0 +zeroconf==0.47.1 # Constrain pycryptodome to avoid vulnerability # see https://github.com/home-assistant/core/pull/16238 diff --git a/requirements_all.txt b/requirements_all.txt index 28bf72919e0..72364aed82a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2641,7 +2641,7 @@ zamg==0.2.1 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.47.0 +zeroconf==0.47.1 # homeassistant.components.zha zha-quirks==0.0.89 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d3acc79fbdb..7820f38b3f1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1848,7 +1848,7 @@ youless-api==0.16 zamg==0.2.1 # homeassistant.components.zeroconf -zeroconf==0.47.0 +zeroconf==0.47.1 # homeassistant.components.zha zha-quirks==0.0.89