From 1e925c4b6e4057a68e1d2c574ff23033c9725e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:33:16 +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.346 to 0.13.347 - [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.346...0.13.347) Updates `homeassistant` to 2026.7.3 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.7.2...2026.7.3) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.347 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: homeassistant - dependency-name: homeassistant dependency-version: 2026.7.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 a8406d80..83a599b2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ aiousbwatcher==1.1.2 colorlog==6.11.0 debugpy==1.8.21 ha-silabs-firmware-client==0.3.0 -homeassistant>=2026.7.2 +homeassistant>=2026.7.3 matter-python-client==1.2.8 pyserial==3.5 pyudev==0.24.4 diff --git a/requirements_test.txt b/requirements_test.txt index 1dc55e53..e1921c47 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.346 +pytest-homeassistant-custom-component==0.13.347