From 0d01b0f51f9089d3f63813d0545f9385c89f4c9e Mon Sep 17 00:00:00 2001 From: Jose Santiago Date: Sun, 24 Aug 2025 01:53:24 -0400 Subject: [PATCH 1/2] Update deps --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce6a2eb..07cf09e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ homeassistant==2025.7.3 voluptuous==0.15.2 pre-commit==4.2.0 reorder-python-imports==3.15.0 -pytest==8.4.0 -pytest-homeassistant-custom-component==0.13.263 -pytest-asyncio==1.0.0 +pytest==8.4.1 +pytest-homeassistant-custom-component==0.13.272 +pytest-asyncio==1.1.0 pytest-socket==0.7.0 respx==0.22.0 aioresponses==0.7.8 From b841385773ac6b961d20be2db00eb8f47649c6f7 Mon Sep 17 00:00:00 2001 From: Jose Santiago Date: Sun, 24 Aug 2025 01:55:28 -0400 Subject: [PATCH 2/2] Bump homeassistant version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07cf09e..84f4b4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.13.4 dacite==1.9.2 -homeassistant==2025.7.3 +homeassistant==2025.8.3 voluptuous==0.15.2 pre-commit==4.2.0 reorder-python-imports==3.15.0