From 29b8a0c552c767922fe808eb338fffa11dbab4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:35:20 +0000 Subject: [PATCH] Bump pytest-homeassistant-custom-component from 0.13.205 to 0.13.354 Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.205 to 0.13.354. - [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.205...0.13.354) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.354 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f938397..c7b78dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # pytest-homeassistant-custom-component # 0.13.206+ require Python >=3.13; CI runs Python 3.12, so pin to the last # compatible build. -pytest-homeassistant-custom-component==0.13.205 +pytest-homeassistant-custom-component==0.13.354 # Pin transitive dependencies to versions compatible with the # Home Assistant 2024.8 / pytest-homeassistant-custom-component test stack.