diff --git a/pyproject.toml b/pyproject.toml index d73f35a..ae914d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "homeassistant>=2025.8.0", + "homeassistant>=2025.10.1", "aiohttp>=3.12.15", "cryptography==45.0.3", "requests>=2.32.4", @@ -43,7 +43,7 @@ dev = [ "pytest==8.4.2", "pytest-cov>=7.0.0", "pytest-asyncio==1.2.0", - "pytest-homeassistant-custom-component==0.13.282", + "pytest-homeassistant-custom-component==0.13.286", "mypy==1.18.2", "types-requests==2.32.4.20250913", "types-cryptography==3.3.23.2", diff --git a/requirements-dev.txt b/requirements-dev.txt index df80d0d..2e2e91a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ bandit==1.8.6 pytest==8.4.2 pytest-cov>=7.0.0 pytest-asyncio==1.2.0 -pytest-homeassistant-custom-component==0.13.282 +pytest-homeassistant-custom-component==0.13.286 mypy==1.18.2 types-requests==2.32.4.20250913 types-cryptography==3.3.23.2 diff --git a/requirements.txt b/requirements.txt index 526fc8c..32cb2f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Production dependencies only -homeassistant>=2025.8.0 +homeassistant>=2025.10.1 aiohttp>=3.12.15 cryptography>=45.0.3 requests>=2.32.5