From df746bf892000d6109e5e3cde9e55da1c7a9b4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:20:46 +0200 Subject: [PATCH] chore(deps): update pytest-homeassistant-custom-component requirement (#122) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3aaee5..405d297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -290,4 +290,4 @@ property-decorators = ["propcache.api.cached_property"] keep-runtime-typing = true [project.optional-dependencies] -test = ["pytest-homeassistant-custom-component>=0.13.323"] +test = ["pytest-homeassistant-custom-component>=0.13.324"]