diff --git a/pyproject.toml b/pyproject.toml index 2ab54b0..8f73670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ dev = [ "homeassistant-stubs==2026.4.3", "types-requests", "types-PyYAML", - "mypy==1.20.1", - "pyright==1.1.408", - "ruff==0.15.10", + "mypy==1.20.2", + "pyright==1.1.409", + "ruff==0.15.12", "bandit[toml]==1.9.4", - "prek>=0.3.9", + "prek>=0.3.11", "voluptuous-stubs", "python-direnv", "prettier", diff --git a/requirements_test.txt b/requirements_test.txt index 14e45ce..9f4d151 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -pytest>=7.0.0 -pytest-asyncio>=0.21.0 +pytest>=9.0.3 +pytest-asyncio>=1.3.0 setuptools>=65.7.0 pytest-homeassistant-custom-component>=0.13.320 homeassistant>=2026.3.4