From 7b320835ff0073957f919069c799cbf4b64c5579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:47:30 +0000 Subject: [PATCH] Bump bellows from 0.40.2 to 0.40.3 Bumps [bellows](https://github.com/zigpy/bellows) from 0.40.2 to 0.40.3. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](https://github.com/zigpy/bellows/compare/0.40.2...0.40.3) --- updated-dependencies: - dependency-name: bellows 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 633a4720..d65f1446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ "zigpy==0.65.3", - "bellows==0.40.2", + "bellows==0.40.3", "zigpy-znp==0.12.4", "zigpy-deconz==0.23.3", "zigpy-xbee==0.20.2",