From 185de98f5e24b223a19ebb44bec96e11923b260f Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 2 Dec 2025 15:11:00 -0600 Subject: [PATCH] Bump hassil to 3.5.0 (#157780) --- homeassistant/components/assist_satellite/manifest.json | 2 +- homeassistant/components/conversation/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/hassfest/docker/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/assist_satellite/manifest.json b/homeassistant/components/assist_satellite/manifest.json index ffc2c53d6d9..dac091be9c9 100644 --- a/homeassistant/components/assist_satellite/manifest.json +++ b/homeassistant/components/assist_satellite/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/assist_satellite", "integration_type": "entity", "quality_scale": "internal", - "requirements": ["hassil==3.4.0"] + "requirements": ["hassil==3.5.0"] } diff --git a/homeassistant/components/conversation/manifest.json b/homeassistant/components/conversation/manifest.json index e6a7264f531..c6f4e4e3eb1 100644 --- a/homeassistant/components/conversation/manifest.json +++ b/homeassistant/components/conversation/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/conversation", "integration_type": "entity", "quality_scale": "internal", - "requirements": ["hassil==3.4.0", "home-assistant-intents==2025.12.2"] + "requirements": ["hassil==3.5.0", "home-assistant-intents==2025.12.2"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 69138d58f95..90548911e9a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -37,7 +37,7 @@ go2rtc-client==0.3.0 ha-ffmpeg==3.2.2 habluetooth==5.7.0 hass-nabucasa==1.6.2 -hassil==3.4.0 +hassil==3.5.0 home-assistant-bluetooth==1.13.1 home-assistant-frontend==20251202.0 home-assistant-intents==2025.12.2 diff --git a/requirements_all.txt b/requirements_all.txt index 4abffda4f33..4b2b971927c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1170,7 +1170,7 @@ hass-splunk==0.1.1 # homeassistant.components.assist_satellite # homeassistant.components.conversation -hassil==3.4.0 +hassil==3.5.0 # homeassistant.components.jewish_calendar hdate[astral]==1.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7c530e1a95a..ce791407218 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1037,7 +1037,7 @@ hass-nabucasa==1.6.2 # homeassistant.components.assist_satellite # homeassistant.components.conversation -hassil==3.4.0 +hassil==3.5.0 # homeassistant.components.jewish_calendar hdate[astral]==1.1.2 diff --git a/script/hassfest/docker/Dockerfile b/script/hassfest/docker/Dockerfile index 4ffc646dea1..5d442032c23 100644 --- a/script/hassfest/docker/Dockerfile +++ b/script/hassfest/docker/Dockerfile @@ -30,7 +30,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.9.6,source=/uv,target=/bin/uv \ ruff==0.13.0 \ PyTurboJPEG==1.8.0 \ ha-ffmpeg==3.2.2 \ - hassil==3.4.0 \ + hassil==3.5.0 \ home-assistant-intents==2025.12.2 \ mutagen==1.47.0 \ pymicro-vad==1.0.1 \