From ae5bef9e5b32567ecea394d08994c0b4a8b2a95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:16:29 +0000 Subject: [PATCH] chore(deps): update pytest-homeassistant-custom-component requirement Updates the requirements on [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. Updates `pytest-homeassistant-custom-component` to 0.13.348 - [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.348) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.348 dependency-type: direct:production dependency-group: homeassistant ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index f058e98..e360f0c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ # Test dependencies for Power Control # Dependabot monitors this file for updates. # pytest and pytest-asyncio are pinned by pytest-homeassistant-custom-component — do not add them here. -pytest-homeassistant-custom-component>=0.13.346 +pytest-homeassistant-custom-component>=0.13.348