Skip to content

Commit

Permalink
Merge pull request alandtse#83 from alandtse/alandtse#82
Browse files Browse the repository at this point in the history
fix: bump telsajsonpy to 1.2.1
  • Loading branch information
alandtse authored Oct 22, 2021
2 parents 6e240ef + a0723a4 commit 6e2488e
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 @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==1.2.0"],
"requirements": ["teslajsonpy==1.2.1"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
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.9"
teslajsonpy = "^1.2.0"
teslajsonpy = "^1.2.1"

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

0 comments on commit 6e2488e

Please sign in to comment.