From d288609e932c8ef84bda1fb60af800a1dfade451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:08:35 +0000 Subject: [PATCH] deps(deps): bump the ha-core group with 3 updates Bumps the ha-core group with 3 updates: [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). Updates `homeassistant` from 2026.8.3 to 2026.9.0 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.8.3...2026.9.0) Updates `homeassistant-stubs` from 2026.8.3 to 2026.9.0 - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2026.8.3...2026.9.0) Updates `pytest-homeassistant-custom-component` from 0.13.357 to 0.13.363 - [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.357...0.13.363) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ha-core - dependency-name: homeassistant-stubs dependency-version: 2026.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ha-core - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.363 dependency-type: direct:production update-type: version-update:semver-patch 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 fd661c3c..b83baf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = {text = "MIT"} readme = "README.md" requires-python = ">=3.14.3,<3.15" dependencies = [ - "homeassistant==2026.8.3", + "homeassistant==2026.9.0", "span-panel-api==3.4.1", # Separate distributions, not dependencies of the bootstrap: adapters are found # through the `span_panel_api.schema_adapters` entry-point group, so each one has @@ -19,7 +19,7 @@ dependencies = [ [dependency-groups] dev = [ - "homeassistant-stubs==2026.8.3", + "homeassistant-stubs==2026.9.0", "types-requests", "types-PyYAML", "mypy==2.3.1", @@ -37,7 +37,7 @@ dev = [ # 0.13.357 is the release that pins 2026.8.3 — the version pinned above; a # bump to 0.13.358 pinned 2026.9.0b0 and made the pair unresolvable, which # CI's re-lock from PyPI catches and a stale local venv does not. - "pytest-homeassistant-custom-component==0.13.357", + "pytest-homeassistant-custom-component==0.13.363", "isort", "vulture>=2.14", ] diff --git a/requirements_test.txt b/requirements_test.txt index a934f73e..4b1fcc02 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,8 +1,8 @@ pytest>=9.1.1 pytest-asyncio>=1.4.0 setuptools>=65.7.0 -pytest-homeassistant-custom-component==0.13.357 -homeassistant==2026.8.3 +pytest-homeassistant-custom-component==0.13.363 +homeassistant==2026.9.0 span-panel-api==3.4.1 span-panel-api-schema-0==1.1.2 span-panel-api-schema-1==1.1.3