Skip to content

Commit

Permalink
Bump pyxplora_api from 2.12.8 to 2.12.9 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 authored Jun 8, 2024
1 parent 89de9bb commit fcdfc74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions custom_components/xplora_watch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Ludy87/xplora_watch/issues",
"requirements": [
"pyxplora_api==2.12.8",
"backoff==2.2.1",
"requests==2.31.0",
"aiohttp==3.9.5",
"geopy==2.4.1",
"dataclasses-json==0.6.4",
"pyxplora_api==2.12.9",
"backoff>=2",
"requests>=2",
"aiohttp>=3.9",
"geopy>=2.4",
"dataclasses-json>=0.6",
"pydub",
"marshmallow-enum",
"security==1.2.1"
"security>=1.2"
],
"version": "v2.13.9"
"version": "v2.13.10"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Xplora\u00ae Watch",
"zip_release": true,
"render_readme": true,
"homeassistant": "2024.4.4",
"homeassistant": "2024.6.1",
"hacs": "1.34.0",
"filename": "xplora_watch.zip"
}

0 comments on commit fcdfc74

Please sign in to comment.