Skip to content

Commit

Permalink
fix: Bump teslajsonpy to 3.9.8 (#772)
Browse files Browse the repository at this point in the history
closes #756
closes #766
  • Loading branch information
Kokahontas13 authored Nov 12, 2023
1 parent 651b591 commit 49d1c22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -23,6 +23,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"requirements": ["teslajsonpy==3.9.7"],
"requirements": ["teslajsonpy==3.9.8"],
"version": "3.19.2"
}
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.9.7"
teslajsonpy = "3.9.8"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ poetry config virtualenvs.create false
poetry install --no-interaction

# Keep this inline with any requirements that are in manifest.json
pip install git+https://github.com/zabuldon/teslajsonpy.git@dev#teslajsonpy==3.9.7
pip install git+https://github.com/zabuldon/teslajsonpy.git@dev#teslajsonpy==3.9.8
pre-commit install --install-hooks

0 comments on commit 49d1c22

Please sign in to comment.