From 06c44efdb02ed09c8c6bdaa1faae16c15a40021a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:12:17 +0000 Subject: [PATCH] build(deps): bump home-assistant-intents from 2025.9.3 to 2025.12.2 Bumps [home-assistant-intents](https://github.com/OHF-Voice/intents) from 2025.9.3 to 2025.12.2. - [Release notes](https://github.com/OHF-Voice/intents/releases) - [Commits](https://github.com/OHF-Voice/intents/compare/2025.9.3...2025.12.2) --- updated-dependencies: - dependency-name: home-assistant-intents dependency-version: 2025.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 902916a..703028b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "ffmpeg", "ha-ffmpeg", "hassil", - "home-assistant-intents==2025.9.3", + "home-assistant-intents==2025.12.2", "homeassistant==2025.8.1", "mutagen", "numpy",