From d7e76fdf3a5e89617d79508bd3418459197c4c6b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 31 Oct 2022 12:35:43 -0500 Subject: [PATCH] Bump zeroconf to 0.39.4 (#81313) --- 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 967dd761ac7..382cf42b54f 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.39.3"], + "requirements": ["zeroconf==0.39.4"], "dependencies": ["network", "api"], "codeowners": ["@bdraco"], "quality_scale": "internal", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e2c57d87c19..411b0a06646 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -42,7 +42,7 @@ typing-extensions>=4.4.0,<5.0 voluptuous-serialize==2.5.0 voluptuous==0.13.1 yarl==1.8.1 -zeroconf==0.39.3 +zeroconf==0.39.4 # 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 c8b0aec9ccc..737191c0674 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2604,7 +2604,7 @@ zamg==0.1.1 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.39.3 +zeroconf==0.39.4 # homeassistant.components.zha zha-quirks==0.0.84 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1e0053ae72d..2d4c36b717a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1805,7 +1805,7 @@ youless-api==0.16 zamg==0.1.1 # homeassistant.components.zeroconf -zeroconf==0.39.3 +zeroconf==0.39.4 # homeassistant.components.zha zha-quirks==0.0.84