From 286016426294c7f2eaedc28fe3dafa3d2771a9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:25:08 +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. - [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.0...0.13.316) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.316 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 ccbaba2..819627d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "mypy>=1.13.0", "pytest>=8.3.0", "pytest-asyncio>=0.24.0", - "pytest-homeassistant-custom-component>=0.13.0", + "pytest-homeassistant-custom-component>=0.13.316", "pytest-cov>=6.0.0", "freezegun>=1.5.0", ]