diff --git a/pyproject.toml b/pyproject.toml index a9a15b8..452c2e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = {text = "GPL-3.0"} requires-python = ">=3.8" dependencies = [ "voluptuous", - "zigpy>=0.60.2", + "zigpy>=0.66.0", "pyusb>=1.1.0", "gpiozero", 'async-timeout; python_version<"3.11"',