From 2fbc02181ebaefc38c2261697c30618d3bd9fb8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:13:58 +0000 Subject: [PATCH] chore: update homeassistant requirement from >=2026.5.4 to >=2026.7.1 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/2026.5.4...2026.7.1) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.7.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0bd3a99..3219541 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pytest-cov>=3.0.0 pytest-homeassistant-custom-component>=0.13.335 # Home Assistant testing -homeassistant>=2026.5.4 +homeassistant>=2026.7.1 voluptuous>=0.15.2 # Code quality