From ec0716d572f8531237d2cc9325ec92c73213c538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:48:05 -0400 Subject: [PATCH] Bump bellows from 0.39.1 to 0.40.2 (#105) Bumps [bellows](https://github.com/zigpy/bellows) from 0.39.1 to 0.40.2. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](https://github.com/zigpy/bellows/compare/0.39.1...0.40.2) --- updated-dependencies: - dependency-name: bellows dependency-type: direct:production update-type: version-update:semver-minor ... 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 dda71783e..615d18d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ "zigpy==0.64.3", - "bellows==0.39.1", + "bellows==0.40.2", "zigpy-znp==0.12.3", "zigpy-deconz==0.23.2", "zigpy-xbee==0.20.1",