From a29a25524103a2d968fe5beddb6104f663077c1e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 14 May 2024 14:42:29 +0200 Subject: [PATCH] Update to Matter SDK wheels 2024.5.0 (#701) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7909441a..7c661f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "async-timeout", "coloredlogs", "orjson", - "home-assistant-chip-clusters==2024.4.1", + "home-assistant-chip-clusters==2024.5.0", ] description = "Python Matter WebSocket Server" license = {text = "Apache-2.0"} @@ -39,7 +39,7 @@ server = [ "cryptography==42.0.7", "orjson==3.9.15", "zeroconf==0.132.2", - "home-assistant-chip-core==2024.4.1", + "home-assistant-chip-core==2024.5.0", ] test = [ "codespell==2.2.6",