From 52a6a67aaa7f946cea49378dfebd7af8cbc850ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:15:57 -0400 Subject: [PATCH] Bump zigpy from 0.65.3 to 0.65.4 (#165) Bumps [zigpy](https://github.com/zigpy/zigpy) from 0.65.3 to 0.65.4. - [Release notes](https://github.com/zigpy/zigpy/releases) - [Commits](https://github.com/zigpy/zigpy/compare/0.65.3...0.65.4) --- updated-dependencies: - dependency-name: zigpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b5089168..76fe2187e 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.3", + "zigpy==0.65.4", "bellows==0.40.4", "zigpy-znp==0.12.4", "zigpy-deconz==0.23.3",