From 8e37e68d4b7eeb3668d980be66675f76524ef59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:41:29 +0000 Subject: [PATCH] Bump bellows from 0.45.0 to 0.45.1 Bumps [bellows](https://github.com/zigpy/bellows) from 0.45.0 to 0.45.1. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](https://github.com/zigpy/bellows/compare/0.45.0...0.45.1) --- updated-dependencies: - dependency-name: bellows dependency-version: 0.45.1 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 da836efb5..a24ac4c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = {text = "Apache-2.0"} requires-python = ">=3.12" dependencies = [ "zigpy==0.80.1", - "bellows==0.45.0", + "bellows==0.45.1", "zigpy-znp==0.14.1", "zigpy-deconz==0.25.0", "zigpy-xbee==0.21.0",