From c2c98e875ce121c4b492a20eae597bbce96924f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:58:28 +0000 Subject: [PATCH] build(deps): bump home-assistant-intents from 2025.9.3 to 2026.1.6 Bumps [home-assistant-intents](https://github.com/OHF-Voice/intents) from 2025.9.3 to 2026.1.6. - [Release notes](https://github.com/OHF-Voice/intents/releases) - [Commits](https://github.com/OHF-Voice/intents/compare/2025.9.3...2026.1.6) --- updated-dependencies: - dependency-name: home-assistant-intents dependency-version: 2026.1.6 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..8452cc2 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.6", "homeassistant==2025.8.1", "mutagen", "numpy",