From 82db95f6a50617ba8d45a73e5c10514e39f51260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:18:11 -0500 Subject: [PATCH] Bump zigpy from 0.73.0 to 0.73.1 (#313) Bumps [zigpy](https://github.com/zigpy/zigpy) from 0.73.0 to 0.73.1. - [Release notes](https://github.com/zigpy/zigpy/releases) - [Commits](https://github.com/zigpy/zigpy/compare/0.73.0...0.73.1) --- 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 a0ce6edc..055a5956 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.73.0", + "zigpy==0.73.1", "bellows==0.42.1", "zigpy-znp==0.13.1", "zigpy-deconz==0.24.1",