Skip to content

Commit

Permalink
Merge pull request #837 from alandtse/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Jan 26, 2024
2 parents 8194ce7 + 3418eb0 commit c040a77
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 401 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand All @@ -71,7 +71,7 @@ repos:
- id: prospector
exclude: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.7
hooks:
- id: bandit
args:
Expand Down
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.8"],
"requirements": ["teslajsonpy==3.9.9"],
"version": "3.19.6"
}
Loading

0 comments on commit c040a77

Please sign in to comment.