From 530bb2d13fc5a00d05b8f30d6db995425a02ccf2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sat, 29 Jun 2024 14:47:21 +0200 Subject: [PATCH] Update to Matter SDK wheels 2024.6.3 (#775) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 56275719..e5742322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "async-timeout", "coloredlogs", "orjson", - "home-assistant-chip-clusters==2024.6.2", + "home-assistant-chip-clusters==2024.6.3", ] description = "Python Matter WebSocket Server" license = {text = "Apache-2.0"} @@ -39,7 +39,7 @@ server = [ "cryptography==42.0.8", "orjson==3.10.5", "zeroconf==0.132.2", - "home-assistant-chip-core==2024.6.2", + "home-assistant-chip-core==2024.6.3", ] test = [ "codespell==2.3.0",