From 8e9fee93f9d6539003551a7293b2bceb5a8bca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:59:56 +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.2 to 2026.4.3 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.4.2...2026.4.3) Updates `homeassistant-stubs` from 2026.4.2 to 2026.4.3 - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2026.4.2...2026.4.3) Updates `pytest-homeassistant-custom-component` to 0.13.324 - [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.323...0.13.324) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ha-core - dependency-name: homeassistant-stubs dependency-version: 2026.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ha-core - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.324 dependency-type: direct:production dependency-group: ha-core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3da37d8..2ab54b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ license = {text = "MIT"} readme = "README.md" requires-python = ">=3.14.2,<3.15" dependencies = [ - "homeassistant==2026.4.2", + "homeassistant==2026.4.3", "span-panel-api==2.6.2", ] [dependency-groups] dev = [ - "homeassistant-stubs==2026.4.2", + "homeassistant-stubs==2026.4.3", "types-requests", "types-PyYAML", "mypy==1.20.1", @@ -26,7 +26,7 @@ dev = [ "prettier", "radon==6.0.1", "pylint==4.0.5", - "pytest-homeassistant-custom-component>=0.13.323", + "pytest-homeassistant-custom-component>=0.13.324", "isort", "vulture>=2.14", ]