From 159ced92fec0a2353868d6d058bb2f0c3add5bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:15:58 +0000 Subject: [PATCH] build(deps): bump home-assistant-intents from 2025.9.3 to 2026.1.28 Bumps [home-assistant-intents](https://github.com/OHF-Voice/intents) from 2025.9.3 to 2026.1.28. - [Release notes](https://github.com/OHF-Voice/intents/releases) - [Commits](https://github.com/OHF-Voice/intents/compare/2025.9.3...2026.1.28) --- updated-dependencies: - dependency-name: home-assistant-intents dependency-version: 2026.1.28 dependency-type: direct:production update-type: version-update:semver-major ... 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..1336776 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==2026.1.28", "homeassistant==2025.8.1", "mutagen", "numpy",