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",