Skip to content

Commit

Permalink
fix: bump teslajsonpy to 3.7.4
Browse files Browse the repository at this point in the history
closes #525
  • Loading branch information
alandtse committed Mar 5, 2023
1 parent a99e281 commit 967ce66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -22,6 +22,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"requirements": ["teslajsonpy==3.7.3"],
"requirements": ["teslajsonpy==3.7.4"],
"version": "3.10.1"
}
8 changes: 4 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 @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.10"
teslajsonpy = "^3.7.3"
teslajsonpy = "^3.7.4"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 967ce66

Please sign in to comment.