From 4d4ea9102bdd5733810e1d5d232750669ca72be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:03:06 -0400 Subject: [PATCH] Bump zigpy from 0.64.3 to 0.65.0 (#106) Bumps [zigpy](https://github.com/zigpy/zigpy) from 0.64.3 to 0.65.0. - [Release notes](https://github.com/zigpy/zigpy/releases) - [Commits](https://github.com/zigpy/zigpy/compare/0.64.3...0.65.0) --- updated-dependencies: - dependency-name: zigpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David F. Mulcahey --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 615d18d90..473eeafb1 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.64.3", + "zigpy==0.65.0", "bellows==0.40.2", "zigpy-znp==0.12.3", "zigpy-deconz==0.23.2",