From 335cce74eb042238f8eab2d2098f019b0009e74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:46:37 +0000 Subject: [PATCH] chore(deps-pip): bump zha-quirks in the python-deps group Bumps the python-deps group with 1 update: [zha-quirks](https://github.com/zigpy/zha-device-handlers). Updates `zha-quirks` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/zigpy/zha-device-handlers/releases) - [Commits](https://github.com/zigpy/zha-device-handlers/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: zha-quirks dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8173e76..d732161 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3597,14 +3597,14 @@ testing = ["coloredlogs", "homeassistant (>=2026.7.0) ; python_full_version >= \ [[package]] name = "zha-quirks" -version = "2.1.1" +version = "2.2.0" description = "Library implementing Zigpy quirks for ZHA in Home Assistant" optional = false python-versions = ">=3.12" groups = ["main"] files = [ - {file = "zha_quirks-2.1.1-py3-none-any.whl", hash = "sha256:4d8c6d28035dd55913d7eb04427609a130d3200c5bf382fbed2aba756a75dd00"}, - {file = "zha_quirks-2.1.1.tar.gz", hash = "sha256:58310f47ba56c9c8bcb0c13e71cd7fe456d9b9fc225a39dde5f29be9e1d1cdf1"}, + {file = "zha_quirks-2.2.0-py3-none-any.whl", hash = "sha256:0bc9249479d32c05a7a4888e440f1f2700153fd86f79ef74a12a3b765ba2247e"}, + {file = "zha_quirks-2.2.0.tar.gz", hash = "sha256:58c4d99131b7a668f5ce6c49c977e93968c209dbeed0c5f77b6903e305873e97"}, ] [package.dependencies] @@ -3740,4 +3740,4 @@ zigate = ["zigpy-zigate"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "e8703bddf4ac7c5227b3f9af030ba7992d3c37ddeddbbf602840f0e3e1c2fdd5" +content-hash = "0c6e1f520ba5fc769cd885fa32f7eb9758677f53dbe299dc1129ada31c6ed1fa" diff --git a/pyproject.toml b/pyproject.toml index c8d53aa..68675ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # zha-quirks (zhaquirks) applies per-device quirks at the zigpy layer: it decodes # manufacturer clusters into named/typed attributes and carries v2 entity metadata. # Requires zigpy>=2.0, which is why the stack was bumped off the 0.88 line. - "zha-quirks (>=2.1.1,<3.0.0)", + "zha-quirks (>=2.2.0,<3.0.0)", ] [project.optional-dependencies]