diff --git a/pyproject.toml b/pyproject.toml index b3e559b..2db98fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,16 +16,16 @@ dev = [ "homeassistant-stubs==2026.5.4", "types-requests", "types-PyYAML", - "mypy==1.20.2", - "pyright==1.1.409", - "ruff==0.15.12", + "mypy==2.1.0", + "pyright==1.1.410", + "ruff==0.15.18", "bandit[toml]==1.9.4", - "prek>=0.3.11", + "prek>=0.4.5", "voluptuous-stubs", "python-direnv", "prettier", "radon==6.0.1", - "pylint==4.0.5", + "pylint==4.0.6", "pytest-homeassistant-custom-component>=0.13.333", "isort", "vulture>=2.14", diff --git a/requirements_test.txt b/requirements_test.txt index 0733eb9..cb8722d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -pytest>=9.0.3 -pytest-asyncio>=1.3.0 +pytest>=9.1.1 +pytest-asyncio>=1.4.0 setuptools>=65.7.0 pytest-homeassistant-custom-component>=0.13.333 homeassistant>=2026.5.4