From 69fbb62d694555330aac5a69c14f642a58bcfd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:24:16 +0000 Subject: [PATCH] chore(deps-dev): 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. - [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.364...0.13.365) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.365 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b210b051..bceba81a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ test = [ "voluptuous", "pyyaml", # Test dependencies for pytest - "pytest-homeassistant-custom-component>=0.13.364", + "pytest-homeassistant-custom-component>=0.13.365", "pyudev", "serialx", "zeroconf",