diff --git a/custom_components/myskoda/manifest.json b/custom_components/myskoda/manifest.json index 12886f3..7e97488 100644 --- a/custom_components/myskoda/manifest.json +++ b/custom_components/myskoda/manifest.json @@ -17,7 +17,7 @@ "myskoda" ], "requirements": [ - "myskoda==0.8.6" + "myskoda==0.8.7" ], - "version": "1.6.4" + "version": "1.6.5" } diff --git a/poetry.lock b/poetry.lock index 4963092..81f4d26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1759,13 +1759,13 @@ files = [ [[package]] name = "myskoda" -version = "0.8.6" +version = "0.8.7" description = "Library for interaction with the MySkoda APIs." optional = false python-versions = "<4.0,>=3.12.0" files = [ - {file = "myskoda-0.8.6-py3-none-any.whl", hash = "sha256:d3d02bf2b34068094d116193fd240e4d08d653a5cc1dd774552c72b533f4d5d5"}, - {file = "myskoda-0.8.6.tar.gz", hash = "sha256:c30e722bd16b4a57afc2643eccdcd4986946f0c763c270e715b13b9806f4729b"}, + {file = "myskoda-0.8.7-py3-none-any.whl", hash = "sha256:235875091a8108bed45c24dcbdc1f17286162503c3b74fd13cd46357afd79dda"}, + {file = "myskoda-0.8.7.tar.gz", hash = "sha256:c9b136803ca7357490decee9f2a48ef87445d5d10c772ac31e35c0d113dc52d3"}, ] [package.dependencies] @@ -3113,4 +3113,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12,<3.13" -content-hash = "04118c30744fb6f29c93975eec5fbd8f9929b20d139a39a4a66a1038146e7d5a" +content-hash = "f4240e3cd223ff3688c2f4277eff7f5d62c1396d4daf6e3a81c70d6f9c04ad2f" diff --git a/pyproject.toml b/pyproject.toml index bdfabe5..16be11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeassistant-myskoda" -version = "1.6.4" +version = "1.6.5" description = "HomeAssistant integration for MySkoda." authors = [ "Frederick Gnodtke ", @@ -13,7 +13,7 @@ readme = "README.md" python = "~3.12,<3.13" homeassistant = "^2024.10.0" voluptuous = "^0.15.2" -myskoda = "^0.8.6" +myskoda = "^0.8.7" [tool.poetry.group.dev.dependencies]