From 072bb1a15d20f041a9716cb0dd1d42fd3f9cd941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 15:53:07 +0000 Subject: [PATCH] chore(deps): update homeassistant requirement Updates the requirements on [homeassistant](https://github.com/home-assistant/core) to permit the latest version. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2025.5.3...2026.4.4) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e795316..9549b1b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,7 @@ pytest-cov>=4.0.0 pytest-homeassistant-custom-component>=0.13.246 # Home Assistant core for testing -homeassistant>=2025.5.3 +homeassistant>=2026.4.4 # HTTP client for API testing aiohttp>=3.8.0