From 236a15bea46f734c82865ba82ee01dfc2560e425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:39:08 +0200 Subject: [PATCH] chore(deps): update pytest-homeassistant-custom-component requirement (#113) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df0fd99..c550f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,5 +81,5 @@ markers = [ test = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", - "pytest-homeassistant-custom-component>=0.13.0", + "pytest-homeassistant-custom-component>=0.13.323", ]