diff --git a/pyproject.toml b/pyproject.toml index 3da37d8..2ab54b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ license = {text = "MIT"} readme = "README.md" requires-python = ">=3.14.2,<3.15" dependencies = [ - "homeassistant==2026.4.2", + "homeassistant==2026.4.3", "span-panel-api==2.6.2", ] [dependency-groups] dev = [ - "homeassistant-stubs==2026.4.2", + "homeassistant-stubs==2026.4.3", "types-requests", "types-PyYAML", "mypy==1.20.1", @@ -26,7 +26,7 @@ dev = [ "prettier", "radon==6.0.1", "pylint==4.0.5", - "pytest-homeassistant-custom-component>=0.13.323", + "pytest-homeassistant-custom-component>=0.13.324", "isort", "vulture>=2.14", ]