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 e795316..744e77f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,15 +1,15 @@ # 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 +pytest-cov>=7.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 # Mock and testing utilities pytest-mock>=3.15.1 -responses>=0.26.0 \ No newline at end of file +responses>=0.26.0