From 266a8bf9743c2ff16e026e6e752f83aab3fb5222 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 16 Feb 2023 11:18:45 +0100 Subject: [PATCH] Bump SDK wheels to 2023.2.1 (#210) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be483bf3..5324a9f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,12 +25,12 @@ dependencies = [ "coloredlogs", "dacite", "orjson", - "home-assistant-chip-clusters==2023.2.0" + "home-assistant-chip-clusters==2023.2.1" ] [project.optional-dependencies] server = [ - "home-assistant-chip-core==2023.2.0" + "home-assistant-chip-core==2023.2.1" ] test = [ "black==23.1.0",