Skip to content

Commit

Permalink
Merge pull request #866 from alandtse/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 23, 2024
2 parents a00a3f1 + 89d5daa commit 9ee9827
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 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.10"],
"requirements": ["teslajsonpy==3.9.11"],
"version": "3.19.8"
}
106 changes: 53 additions & 53 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.10"
teslajsonpy = "3.9.11"


[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.10
pip install git+https://github.com/zabuldon/teslajsonpy.git@dev#teslajsonpy==3.9.11
pre-commit install --install-hooks

0 comments on commit 9ee9827

Please sign in to comment.