Skip to content

Commit

Permalink
Update aiocomfoconnect to 0.1.14 so protobuf gets updated to 5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Nov 6, 2024
1 parent 7eae747 commit 288e22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/comfoconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/comfoconnect",
"integration_type": "hub",
"requirements": ["aiocomfoconnect==0.1.13"],
"requirements": ["aiocomfoconnect==0.1.14"],
"codeowners": ["@michaelarnauts"],
"iot_class": "local_push",
"loggers": ["aiocomfoconnect"],
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ packages = [{include = "custom_components/comfoconnect"}]

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
aiocomfoconnect = "^0.1.13"
aiocomfoconnect = "0.1.14"

[tool.poetry.group.dev.dependencies]
homeassistant = "^2024.06.0"
homeassistant = "^2024.11.0b1"
ruff = "^0.5.2"

[build-system]
Expand Down

0 comments on commit 288e22b

Please sign in to comment.