From d6bb4a89ff857137e96b2932f711f1bdb2fbe80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 23:04:13 +0100 Subject: [PATCH] Bump zha-quirks from 0.0.131 to 0.0.132 (#375) Bumps [zha-quirks](https://github.com/zigpy/zha-device-handlers) from 0.0.131 to 0.0.132. - [Release notes](https://github.com/zigpy/zha-device-handlers/releases) - [Commits](https://github.com/zigpy/zha-device-handlers/compare/0.0.131...0.0.132) --- updated-dependencies: - dependency-name: zha-quirks 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 2da125b8..e984e077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "zigpy-deconz==0.24.1", "zigpy-xbee==0.21.0", "zigpy-zigate==0.13.2", - "zha-quirks==0.0.131", + "zha-quirks==0.0.132", "pyserial==3.5", "pyserial-asyncio-fast", ]