Skip to content

Commit 34103e2

Browse files
committed
chore(deps): update client to 8.0.2
1 parent 6117eec commit 34103e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"documentation": "https://github.com/muhlba91/onyx-homeassistant-integration",
66
"issue_tracker": "https://github.com/muhlba91/onyx-homeassistant-integration/issues",
77
"requirements": [
8-
"onyx-client==8.0.1"
8+
"onyx-client==8.0.2"
99
],
1010
"ssdp": [],
1111
"zeroconf": [],

poetry.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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.11"
31-
onyx-client = "^8.0.1"
31+
onyx-client = "^8.0.2"
3232

3333
[tool.poetry.dev-dependencies]
3434
pytest = "^7.3.1"

0 commit comments

Comments
 (0)