From 4deec35580a1c84982b7ce5e169f83f8ba81e774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:09:28 +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.0 to 2026.8.3 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.8.0...2026.8.3) Updates `homeassistant-stubs` from 2026.8.0 to 2026.8.3 - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2026.8.0...2026.8.3) Updates `pytest-homeassistant-custom-component` from 0.13.354 to 0.13.358 - [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.354...0.13.358) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ha-core - dependency-name: homeassistant-stubs dependency-version: 2026.8.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.358 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 51ad93b3..71b70784 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.0", + "homeassistant==2026.8.3", "span-panel-api==3.3.0", # 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.0", + "homeassistant-stubs==2026.8.3", "types-requests", "types-PyYAML", "mypy==2.1.0", @@ -36,7 +36,7 @@ dev = [ # and the `homeassistant` pin above are a single choice rather than two. # 0.13.354 is the release that pins 2026.8.0, the version this integration # declares as its floor and therefore the one worth testing against. - "pytest-homeassistant-custom-component==0.13.354", + "pytest-homeassistant-custom-component==0.13.358", "isort", "vulture>=2.14", ] diff --git a/requirements_test.txt b/requirements_test.txt index c1b255d6..6d01ab3f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,8 +1,8 @@ pytest>=9.0.3 pytest-asyncio>=1.4.0 setuptools>=65.7.0 -pytest-homeassistant-custom-component==0.13.354 -homeassistant==2026.8.0 +pytest-homeassistant-custom-component==0.13.358 +homeassistant==2026.8.3 span-panel-api==3.3.0 span-panel-api-schema-0==1.1.2 span-panel-api-schema-1==1.1.3