From c11ee5a801e44566ccc014ddfe8a4f8bac92027d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:33:24 +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.345 to 0.13.346 - [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.345...0.13.346) Updates `homeassistant` to 2026.7.2 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.7.1...2026.7.2) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.346 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: homeassistant - dependency-name: homeassistant dependency-version: 2026.7.2 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 6f5e0463..ee0179d7 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.7.1 +homeassistant>=2026.7.2 matter-python-client==1.2.1 pyserial==3.5 pyudev==0.24.4 diff --git a/requirements_test.txt b/requirements_test.txt index 0fc7616f..1dc55e53 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.345 +pytest-homeassistant-custom-component==0.13.346