Skip to content

Commit 9ebda4e

Browse files
committed
fix deps issue in pymammotion
1 parent 888a6d7 commit 9ebda4e

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

custom_components/mammotion/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
],
3030
"iot_class": "local_push",
3131
"requirements": [
32-
"pymammotion==0.7.0"
32+
"pymammotion==0.7.1"
3333
]
3434
}

poetry.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88

99
[tool.poetry.dependencies]
1010
python = "~3.13.2"
11-
pymammotion = "0.7.0"
11+
pymammotion = "0.7.1"
1212
homeassistant = "^2026.1.0"
1313
autotyping = "^24.3.0"
1414
websockets = "^15.0.1"

0 commit comments

Comments
 (0)