From dca7f3c240fdd160e522e0387404a7966f97d763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:33:35 +0000 Subject: [PATCH] build(deps): bump the homeassistant group with 2 updates Updates the requirements on [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) and [homeassistant](https://github.com/home-assistant/core) to permit the latest version. Updates `pytest-homeassistant-custom-component` from 0.13.338 to 0.13.339 - [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.338...0.13.339) Updates `homeassistant` to 2026.6.3 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.6.2...2026.6.3) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.339 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: homeassistant - dependency-name: homeassistant dependency-version: 2026.6.3 dependency-type: direct:development dependency-group: homeassistant ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fc2366446..e18bc7a66 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ aiousbwatcher==1.1.2 colorlog==6.10.1 debugpy==1.8.21 ha-silabs-firmware-client==0.3.0 -homeassistant>=2026.6.2 +homeassistant>=2026.6.3 matter-python-client==1.0.0 pyserial==3.5 pyudev==0.24.4 diff --git a/requirements_test.txt b/requirements_test.txt index f6cabb836..07365be7f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,3 @@ pylint-strict-informational>=0.1 pytest>=9.0.3 -pytest-homeassistant-custom-component==0.13.338 +pytest-homeassistant-custom-component==0.13.339