diff --git a/homeassistant/components/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index 2e34b0f19103..1f908680be16 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_push", "loggers": ["zeroconf"], "quality_scale": "internal", - "requirements": ["zeroconf==0.151.1"] + "requirements": ["zeroconf==0.151.3"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 812c65f3da6f..a8edc8fed6cc 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -75,7 +75,7 @@ urllib3>=2.0 uv==0.12.7 webrtc-models==0.3.0 yarl==1.24.5 -zeroconf==0.151.1 +zeroconf==0.151.3 # Constrain pycryptodome to avoid vulnerability # see https://github.com/home-assistant/core/pull/16238 diff --git a/pyproject.toml b/pyproject.toml index e6748a28cbde..3fa3a67ad6f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ "probatio==0.11.4", "yarl==1.24.5", "webrtc-models==0.3.0", - "zeroconf==0.151.1", + "zeroconf==0.151.3", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index f24356519413..6cc9d94baa5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,4 +60,4 @@ urllib3>=2.0 uv==0.12.7 webrtc-models==0.3.0 yarl==1.24.5 -zeroconf==0.151.1 +zeroconf==0.151.3 diff --git a/requirements_all.txt b/requirements_all.txt index 91ec182ca76e..de98cd82fe55 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3534,7 +3534,7 @@ zamg==0.4.1 zcc-helper==3.8 # homeassistant.components.zeroconf -zeroconf==0.151.1 +zeroconf==0.151.3 # homeassistant.components.zeversolar zeversolar==0.3.2