From e1049e61907a44c0a60dad47c4697d5549bd124f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Wed, 17 Jul 2024 09:46:20 +0200 Subject: [PATCH] Bump aiocomfoconnect to 0.1.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42b593a..4039b6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "custom_components/comfoconnect"}] [tool.poetry.dependencies] python = ">=3.12,<3.13" -aiocomfoconnect = "^0.1.11" +aiocomfoconnect = "^0.1.12" [tool.poetry.group.dev.dependencies] homeassistant = "^2024.06.0"