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"