diff --git a/homeassistant/components/assist_satellite/manifest.json b/homeassistant/components/assist_satellite/manifest.json index 5164df9d808..6cb9f8a9f50 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.2.0"] + "requirements": ["hassil==3.3.0"] } diff --git a/homeassistant/components/conversation/manifest.json b/homeassistant/components/conversation/manifest.json index 040f6c3a863..af8f1b27d41 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.2.0", "home-assistant-intents==2025.10.1"] + "requirements": ["hassil==3.3.0", "home-assistant-intents==2025.10.1"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 8b8fcd0ed10..2510b690454 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -37,7 +37,7 @@ go2rtc-client==0.2.1 ha-ffmpeg==3.2.2 habluetooth==5.7.0 hass-nabucasa==1.4.0 -hassil==3.2.0 +hassil==3.3.0 home-assistant-bluetooth==1.13.1 home-assistant-frontend==20251001.4 home-assistant-intents==2025.10.1 diff --git a/requirements_all.txt b/requirements_all.txt index 10c047d6350..42e343ddb2a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1167,7 +1167,7 @@ hass-splunk==0.1.1 # homeassistant.components.assist_satellite # homeassistant.components.conversation -hassil==3.2.0 +hassil==3.3.0 # homeassistant.components.jewish_calendar hdate[astral]==1.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index af8e3f55eea..69861a29cd0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1025,7 +1025,7 @@ hass-nabucasa==1.4.0 # homeassistant.components.assist_satellite # homeassistant.components.conversation -hassil==3.2.0 +hassil==3.3.0 # homeassistant.components.jewish_calendar hdate[astral]==1.1.2 diff --git a/script/hassfest/docker/Dockerfile b/script/hassfest/docker/Dockerfile index c6a3951275e..bc86559cfd7 100644 --- a/script/hassfest/docker/Dockerfile +++ b/script/hassfest/docker/Dockerfile @@ -31,7 +31,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.9.5,source=/uv,target=/bin/uv \ PyTurboJPEG==1.8.0 \ go2rtc-client==0.2.1 \ ha-ffmpeg==3.2.2 \ - hassil==3.2.0 \ + hassil==3.3.0 \ home-assistant-intents==2025.10.1 \ mutagen==1.47.0 \ pymicro-vad==1.0.1 \