From e22b83f55e0ebfb066b7876bc0aad28dd3f8a94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:10:55 +0000 Subject: [PATCH 1/4] chore(deps): update pytest requirement from >=7.0.0 to >=9.0.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e795316..724eefd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ # Testing dependencies for RCE PSE integration -pytest>=7.0.0 +pytest>=9.0.3 pytest-asyncio>=1.3.0 pytest-cov>=4.0.0 pytest-homeassistant-custom-component>=0.13.246 From e0dd344d7594211a13150933e9dce777ebe7058f Mon Sep 17 00:00:00 2001 From: Lewa-Reka Date: Sun, 26 Apr 2026 06:32:33 +0000 Subject: [PATCH 2/4] update custom component --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 724eefd..88d16e3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest>=9.0.3 pytest-asyncio>=1.3.0 pytest-cov>=4.0.0 -pytest-homeassistant-custom-component>=0.13.246 +pytest-homeassistant-custom-component>=0.13.325 # Home Assistant core for testing homeassistant>=2025.5.3 From 376c73713efdcb61426ddf84f5e92af24d62d64d Mon Sep 17 00:00:00 2001 From: Lewa-Reka Date: Sun, 26 Apr 2026 06:37:08 +0000 Subject: [PATCH 3/4] update python to 3.14 --- .github/workflows/tests.yml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68e1b5d..e7d17d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.13"] + python-version: ["3.14"] steps: - uses: actions/checkout@v6 diff --git a/requirements-test.txt b/requirements-test.txt index 88d16e3..4b7458c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,7 @@ pytest-cov>=4.0.0 pytest-homeassistant-custom-component>=0.13.325 # Home Assistant core for testing -homeassistant>=2025.5.3 +homeassistant>=2026.4.4 # HTTP client for API testing aiohttp>=3.8.0 From c42f97cf96c24fd3309a9246643d3ab4c15b0e6d Mon Sep 17 00:00:00 2001 From: Lewa-Reka Date: Sun, 26 Apr 2026 06:38:45 +0000 Subject: [PATCH 4/4] update pytest-cov --- requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 4b7458c..744e77f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ # Testing dependencies for RCE PSE integration pytest>=9.0.3 pytest-asyncio>=1.3.0 -pytest-cov>=4.0.0 +pytest-cov>=7.0.0 pytest-homeassistant-custom-component>=0.13.325 # Home Assistant core for testing @@ -12,4 +12,4 @@ aiohttp>=3.8.0 # Mock and testing utilities pytest-mock>=3.15.1 -responses>=0.26.0 \ No newline at end of file +responses>=0.26.0