Skip to content

Commit

Permalink
Merge pull request #108 from basilfx/feature/update_aiobiketrax
Browse files Browse the repository at this point in the history
Upgrade aiobiketrax to 1.1.1
  • Loading branch information
basilfx committed Aug 30, 2023
2 parents 32330c5 + 17bfbf8 commit 16f80a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/biketrax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]
[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"
Expand Down

0 comments on commit 16f80a9

Please sign in to comment.