From ce8a6e3267bcf1d9f3b5a73f2ff0c1250e9339d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:51:37 +0000 Subject: [PATCH] deps(deps-dev): bump pytest-homeassistant-custom-component Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.287 to 0.13.295. - [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.287...0.13.295) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.295 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 961564f..4e04d41 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ mypy==1.8.0 # Testing pytest==8.4.2 pytest-asyncio==0.23.2 -pytest-homeassistant-custom-component==0.13.287 +pytest-homeassistant-custom-component==0.13.295 # Home Assistant core (for development/testing) homeassistant>=2023.9.0 \ No newline at end of file