Skip to content

Commit

Permalink
fix: bump teslajsonpy to 0.19.0
Browse files Browse the repository at this point in the history
closes #11
  • Loading branch information
alandtse committed Aug 13, 2021
1 parent e56b7ec commit 7efd7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"documentation": "https://github.com/alandtse/tesla",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": [
"teslajsonpy~=0.18.3"
"teslajsonpy~=0.19.0"
],
"codeowners": [
"@alandtse"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
teslajsonpy = "~=0.18.3"
teslajsonpy = "~=0.19.0"

[tool.poetry.dev-dependencies]
homeassistant = "^2021.3.4"
Expand Down

0 comments on commit 7efd7a1

Please sign in to comment.