From 17bfbf82765ccea48ecf5e050c1274c124629ef6 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Wed, 30 Aug 2023 21:51:20 +0200 Subject: [PATCH] Upgrade aiobiketrax to 1.1.1 This should resolve the issue with the integration not working due to API changes. --- custom_components/biketrax/manifest.json | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/biketrax/manifest.json b/custom_components/biketrax/manifest.json index 447b1b9..4210bfc 100644 --- a/custom_components/biketrax/manifest.json +++ b/custom_components/biketrax/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://www.github.com/basilfx/homeassistant-biketrax/issues", "loggers": ["aiobiketrax"], - "requirements": ["aiobiketrax==1.1.0"], + "requirements": ["aiobiketrax==1.1.1"], "ssdp": [], "version": "1.1.0", "zeroconf": [] diff --git a/poetry.lock b/poetry.lock index 4be8a15..3856b96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiobiketrax" -version = "1.1.0" +version = "1.1.1" description = "Python library for interacting with the PowUnity BikeTrax GPS tracker." optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "aiobiketrax-1.1.0-py3-none-any.whl", hash = "sha256:308ac879f18167fa31fbd7c82414fce215ebbab7e6aaf95a02e328bf5a1990fc"}, - {file = "aiobiketrax-1.1.0.tar.gz", hash = "sha256:5992789f6b509f2ab406956a38090d0431f72110ec40fafde035d5b1dbfd873c"}, + {file = "aiobiketrax-1.1.1-py3-none-any.whl", hash = "sha256:428be0339d7a76422f372315ceb67f7fdfd1d87480d1e4727c3f45893edf6095"}, + {file = "aiobiketrax-1.1.1.tar.gz", hash = "sha256:9aa60d1d6d8481d04aed53c9cb34e0a1e6db0c7bb6d4c51c11c832960aa282c5"}, ] [package.dependencies] @@ -1731,4 +1731,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "efaf690c32919a1be1cb134e5796dd546365ae88b1bfafeb905eb6986860f0ca" +content-hash = "9eec93392c94a7719cc81af29fb63a7e9dacd546f853920b52730e24cd4c2748" diff --git a/pyproject.toml b/pyproject.toml index 3322aa6..c4a9b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ authors = ["Bas Stottelaar "] [tool.poetry.dependencies] python = "^3.10" homeassistant = "~2023.5.0" -aiobiketrax = "1.1.0" +aiobiketrax = "1.1.1" [tool.poetry.dev-dependencies] black = "^23.7.0"