Skip to content

Commit a6361f8

Browse files
committed
bump FindMy.py to 0.9.7
1 parent 819841a commit a6361f8

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

custom_components/findmy/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"config_flow": true,
88
"documentation": "https://github.com/malmeloo/hass-findmy",
99
"issue_tracker": "https://github.com/malmeloo/hass-findmy/issues",
10-
"requirements": ["FindMy==0.9.6"]
10+
"requirements": ["FindMy==0.9.7"]
1111
}

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name = "hass-findmy"
33
version = "0.0.1"
44
requires-python = ">=3.13.2,<3.14"
5-
dependencies = ["homeassistant>=2025.10.2", "findmy>=0.9.6"]
5+
dependencies = [
6+
"homeassistant>=2025.10.2",
7+
"findmy>=0.9.7",
8+
]
69

710
[dependency-groups]
811
dev = ["basedpyright>=1.31.7", "pre-commit>=4.3.0", "ruff>=0.14.0"]

uv.lock

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

0 commit comments

Comments
 (0)