From 2efa6a320a8bcb940d2e4718aba17cdce3b047d1 Mon Sep 17 00:00:00 2001 From: WebSpider Date: Wed, 12 Feb 2025 14:41:13 +0100 Subject: [PATCH] Bump myskoda to 0.20.0 (#620) --- custom_components/myskoda/manifest.json | 2 +- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/custom_components/myskoda/manifest.json b/custom_components/myskoda/manifest.json index da7b320..b05edc7 100644 --- a/custom_components/myskoda/manifest.json +++ b/custom_components/myskoda/manifest.json @@ -17,7 +17,7 @@ "myskoda" ], "requirements": [ - "myskoda==0.19.0" + "myskoda==0.20.0" ], "version": "1.19.4" } diff --git a/poetry.lock b/poetry.lock index bd50771..8153a82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "acme" @@ -1754,13 +1754,13 @@ files = [ [[package]] name = "myskoda" -version = "0.19.0" +version = "0.20.0" description = "Library for interaction with the MySkoda APIs." optional = false python-versions = "<4.0,>=3.12.0" files = [ - {file = "myskoda-0.19.0-py3-none-any.whl", hash = "sha256:aa36f41b01983f311951b616c2c4c4abffff17fc2b122e15d648abc8b962dd48"}, - {file = "myskoda-0.19.0.tar.gz", hash = "sha256:4fa32fdd882102ef9d15056d10a9f593bd373fbb626d4db801adeb4832d18b36"}, + {file = "myskoda-0.20.0-py3-none-any.whl", hash = "sha256:f48b9bcda8145f006ec352ce0e79e37b73723f11e22b58fd883f943d62f791fc"}, + {file = "myskoda-0.20.0.tar.gz", hash = "sha256:e46b424b157624f925b8c172eec7fdcd05fb3481eaa3366ba5643375e87d82c2"}, ] [package.dependencies] @@ -1774,7 +1774,7 @@ pyyaml = ">=6,<7" [package.extras] cli = ["asyncclick (>=8.1.7.2,<9.0.0.0)", "coloredlogs (>=15.0.1,<16.0.0)", "pygments (>=2.18.0,<3.0.0)", "termcolor (>=2.4.0,<3.0.0)"] -docs = ["mkdocs-gen-files (>=0.5.0,<0.6.0)", "mkdocs-literate-nav (>=0.6.1,<0.7.0)", "mkdocs[gen-files] (>=1.6.1,<2.0.0)", "mkdocstrings[python] (>=0.26.1,<0.28.0)"] +docs = ["mkdocs-gen-files (>=0.5.0,<0.6.0)", "mkdocs-literate-nav (>=0.6.1,<0.7.0)", "mkdocs[gen-files] (>=1.6.1,<2.0.0)", "mkdocstrings[python] (>=0.26.1,<0.29.0)"] [[package]] name = "nodeenv" @@ -3239,4 +3239,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~3.12,<3.14" -content-hash = "da6f3a7e24723a3a3e8b3b21537d33b3687915e7a60fd65c7e73df646ed8ec67" +content-hash = "ce10dd2751bd55c1f1b71c4171b6cf16d5e45ed668cdaf21eb990cd953bf0193" diff --git a/pyproject.toml b/pyproject.toml index f199f01..234a2a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ package-mode = false python = "~3.12,<3.14" homeassistant = "^2025.1.0" voluptuous = "^0.15.2" -myskoda = "^0.19.0" +myskoda = "^0.20.0" [tool.poetry.group.dev.dependencies] ruff = "^0.9.6"