From 225a853b27722a26415dc18af285249cfcf7a3b8 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sun, 16 Feb 2025 12:16:09 +0100 Subject: [PATCH] Update requirements to match HA 2025.2.4 and Python 3.13 --- .github/workflows/pytest.yml | 2 +- requirements.txt | 4 ++-- requirements_tests.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9b7e3bd..4978d41 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.12"] + python-version: ["3.13"] steps: - uses: MathRobin/timezone-action@v1.1 diff --git a/requirements.txt b/requirements.txt index caa27a4..12b40d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -aiohttp==3.11.11 +aiohttp==3.11.12 async-timeout==4.0.3 -homeassistant==2025.1.4 +homeassistant==2025.2.4 voluptuous==0.15.2 svgwrite==1.4.3 aiofile==3.9.0 \ No newline at end of file diff --git a/requirements_tests.txt b/requirements_tests.txt index 8ca13d0..d15a75c 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ -homeassistant==2025.1.4 -pytest_homeassistant_custom_component==0.13.205 +homeassistant==2025.2.4 +pytest_homeassistant_custom_component==0.13.214 pytest freezegun isort \ No newline at end of file