Skip to content

Commit

Permalink
fix: update library version to 0.12.1 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed Nov 17, 2023
1 parent 07b6c81 commit 3607264
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/omnilogic_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"issue_tracker": "https://github.com/cryptk/haomnilogic-local/issues",
"loggers": ["pyomnilogic_local"],
"requirements": [
"python_omnilogic_local==0.11.2"
"python_omnilogic_local==0.12.1"
],
"ssdp": [],
"version": "0.5.3",
Expand Down
18 changes: 14 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.10"
pre-commit = "^3.0.0"
mypy = "^1.2.0"
homeassistant = "^2023.5.0"
python_omnilogic_local = "0.10.0"
python_omnilogic_local = "0.12.1"
pylint = "^2.17.0"
pydantic = "^1.10.7"
pytest = "^7.3.1"
Expand Down

0 comments on commit 3607264

Please sign in to comment.