From e55b11be0a007d07fb3c07d227e335113f66a251 Mon Sep 17 00:00:00 2001 From: Kokahontas13 <37337892+Kokahontas13@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:12:42 +0000 Subject: [PATCH 1/2] Bump teslajsonpy to 3.9.8 --- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- scripts/setup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index 4609e908..59a904c4 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -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" } diff --git a/pyproject.toml b/pyproject.toml index 0ca2cadd..17c66027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/scripts/setup b/scripts/setup index 73a40ccf..17cabab9 100755 --- a/scripts/setup +++ b/scripts/setup @@ -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 From 49bfeec873a8a82012731340fed855f55b3fa38c Mon Sep 17 00:00:00 2001 From: Kokahontas13 <37337892+Kokahontas13@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:27:58 +0000 Subject: [PATCH 2/2] Update poetry --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 80557050..10378bdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2856,13 +2856,13 @@ tests = ["pytest", "pytest-cov"] [[package]] name = "teslajsonpy" -version = "3.9.7" +version = "3.9.8" description = "A library to work with Tesla API." optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "teslajsonpy-3.9.7-py3-none-any.whl", hash = "sha256:219bbae6e947a3bae19cca9e43bc909df529b769b40a31fcfaca7af69324ea39"}, - {file = "teslajsonpy-3.9.7.tar.gz", hash = "sha256:d4a0d0420dca7a5fbfbcf18655bd0c891356d610ed141794397b5c40c6239d4d"}, + {file = "teslajsonpy-3.9.8-py3-none-any.whl", hash = "sha256:857d2e9847a532d12adefcaf4e4a6a68c7c25f292c1f2dc4975cdbf440860201"}, + {file = "teslajsonpy-3.9.8.tar.gz", hash = "sha256:f6fec1140eb5705d2a5690ac705309f124c037da303a7d323af5605893545abc"}, ] [package.dependencies] @@ -3241,4 +3241,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c28b75fc32adb2c00bfef978dbf6aa69de144d2d12ad36a2af23417ef8d8b57d" +content-hash = "fd0d42ea2703fe13afc8994a9e8ee1ac29fbcb7bdc7e43ccf05ecf5376533b0c"