From 9aa2700a7b648c3b5b136e559328488537d294eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:10:12 +0000 Subject: [PATCH] Bump zigpy from 0.65.3 to 0.65.4 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b508916..76fe2187 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",