From 2b83f838aa4181f2c523dcf51f4d8312001a45f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:12:10 +0000 Subject: [PATCH] build(deps): bump home-assistant-intents from 2025.9.3 to 2026.2.13 Bumps [home-assistant-intents](https://github.com/OHF-Voice/intents) from 2025.9.3 to 2026.2.13. - [Release notes](https://github.com/OHF-Voice/intents/releases) - [Commits](https://github.com/OHF-Voice/intents/compare/2025.9.3...2026.2.13) --- updated-dependencies: - dependency-name: home-assistant-intents dependency-version: 2026.2.13 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..4fed539 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.2.13", "homeassistant==2025.8.1", "mutagen", "numpy",