From fdf522228923963d29fda02e7a692fca19337399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:40:23 +0000 Subject: [PATCH] Bump zigpy-deconz from 0.25.3 to 0.25.4 Bumps [zigpy-deconz](https://github.com/zigpy/zigpy-deconz) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/zigpy/zigpy-deconz/releases) - [Commits](https://github.com/zigpy/zigpy-deconz/compare/0.25.3...0.25.4) --- updated-dependencies: - dependency-name: zigpy-deconz dependency-version: 0.25.4 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 a1f85890d..5af825782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "zigpy==0.86.0", "bellows==0.47.0", "zigpy-znp==0.14.1", - "zigpy-deconz==0.25.3", + "zigpy-deconz==0.25.4", "zigpy-xbee==0.21.0", "zigpy-zigate==0.13.3", "zha-quirks==0.0.147",