From e0b085f0f04df33001fa93fe53d8112875b4061d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:15:20 +0000 Subject: [PATCH] Bump bellows from 0.42.6 to 0.43.0 Bumps [bellows](https://github.com/zigpy/bellows) from 0.42.6 to 0.43.0. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](https://github.com/zigpy/bellows/compare/0.42.6...0.43.0) --- updated-dependencies: - dependency-name: bellows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd14acc..9b8488c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ "zigpy==0.75.1", - "bellows==0.42.6", + "bellows==0.43.0", "zigpy-znp==0.13.1", "zigpy-deconz==0.24.1", "zigpy-xbee==0.21.0",