From 01213a58ee189b4ac69c8f88e6bf514513f2301c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:22:37 +0000 Subject: [PATCH] Bump zigpy from 0.65.4 to 0.66.0 Bumps [zigpy](https://github.com/zigpy/zigpy) from 0.65.4 to 0.66.0. - [Release notes](https://github.com/zigpy/zigpy/releases) - [Commits](https://github.com/zigpy/zigpy/compare/0.65.4...0.66.0) --- updated-dependencies: - dependency-name: zigpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e33b3a2b..a1bcb391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ - "zigpy==0.65.4", + "zigpy==0.66.0", "bellows==0.40.5", "zigpy-znp==0.12.4", "zigpy-deconz==0.23.3",