From 3230bc5709f6bfaebf47bf9cc19a6a59f74d504e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:28:38 +0000 Subject: [PATCH] deps(deps): bump the ha-core group with 3 updates Updates the requirements on [homeassistant](https://github.com/home-assistant/core), [homeassistant-stubs](https://github.com/KapJI/homeassistant-stubs) and [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. Updates `homeassistant` from 2026.4.4 to 2026.5.4 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.4.4...2026.5.4) Updates `homeassistant-stubs` from 2026.4.4 to 2026.5.4 - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2026.4.4...2026.5.4) Updates `pytest-homeassistant-custom-component` to 0.13.333 - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.325...0.13.333) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ha-core - dependency-name: homeassistant-stubs dependency-version: 2026.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ha-core - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.333 dependency-type: direct:production dependency-group: ha-core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements_test.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0e3b73..b3e559b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ license = {text = "MIT"} readme = "README.md" requires-python = ">=3.14.3,<3.15" dependencies = [ - "homeassistant==2026.4.4", + "homeassistant==2026.5.4", "span-panel-api==2.6.4", ] [dependency-groups] dev = [ - "homeassistant-stubs==2026.4.4", + "homeassistant-stubs==2026.5.4", "types-requests", "types-PyYAML", "mypy==1.20.2", @@ -26,7 +26,7 @@ dev = [ "prettier", "radon==6.0.1", "pylint==4.0.5", - "pytest-homeassistant-custom-component>=0.13.325", + "pytest-homeassistant-custom-component>=0.13.333", "isort", "vulture>=2.14", ] diff --git a/requirements_test.txt b/requirements_test.txt index 99a5039..0733eb9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ pytest>=9.0.3 pytest-asyncio>=1.3.0 setuptools>=65.7.0 -pytest-homeassistant-custom-component>=0.13.325 -homeassistant>=2026.4.4 +pytest-homeassistant-custom-component>=0.13.333 +homeassistant>=2026.5.4