From 1b2a74f81235ac711a640e507cb9366e1419e7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:43:41 +0200 Subject: [PATCH] chore(deps): update pytest-homeassistant-custom-component requirement (#129) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 405d297..3cf40cc 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.324"] +test = ["pytest-homeassistant-custom-component>=0.13.325"] diff --git a/requirements.txt b/requirements.txt index f9b70e0..070f0d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ zlib_ng>=1.0.0,<1.1.0 isal>=1.8.0,<1.9.0 pytest>=9.0.3 pytest-asyncio>=1.3.0 -pytest-homeassistant-custom-component>=0.13.0 +pytest-homeassistant-custom-component>=0.13.325