From 44a8d8367555385ea91afa38279e52a1d0d1eb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:12:10 -0500 Subject: [PATCH] Bump bellows from 0.42.0 to 0.42.1 (#314) Bumps [bellows](https://github.com/zigpy/bellows) from 0.42.0 to 0.42.1. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](https://github.com/zigpy/bellows/compare/0.42.0...0.42.1) --- updated-dependencies: - dependency-name: bellows 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 990f4da3..a0ce6edc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ "zigpy==0.73.0", - "bellows==0.42.0", + "bellows==0.42.1", "zigpy-znp==0.13.1", "zigpy-deconz==0.24.1", "zigpy-xbee==0.21.0",