From 6f235294d14cc9d7091a7cdec8764d42f9d51ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 13:38:02 +0000 Subject: [PATCH] fix(deps): update dependency pytest-homeassistant-custom-component to v0.13.330 --- libs/occupancy_component/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/occupancy_component/pyproject.toml b/libs/occupancy_component/pyproject.toml index fb2503711..2a9a568f2 100644 --- a/libs/occupancy_component/pyproject.toml +++ b/libs/occupancy_component/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ # Pinned to 0.13.205: last version supporting Python 3.12 # Uses homeassistant==2025.1.4 with ciso8601==2.3.2 (has linux aarch64 wheels) # Version 0.13.206+ requires Python 3.13+ via homeassistant 2025.2.0+ - "pytest-homeassistant-custom-component==0.13.205", + "pytest-homeassistant-custom-component==0.13.330", "tzdata>=2024.0", "pytest>=8.0.0", "pytest-asyncio>=0.24.0",