Skip to content

Commit

Permalink
deps: update econnect-python to version 0.9.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem authored Dec 3, 2023
1 parent bb919d1 commit 0ef4788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/econnect_metronet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"custom_components.econnect_metronet"
],
"requirements": [
"econnect-python==0.8.1"
"econnect-python==0.9.0"
],
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"econnect-python @ git+https://github.com/palazzem/econnect-python@78b236efe81256af6da74fc5d6238b9ea3bfe220",
"econnect-python==0.9.0",
"homeassistant",
]

Expand Down

0 comments on commit 0ef4788

Please sign in to comment.