Skip to content

Commit

Permalink
Merge pull request #66 from basilfx/feature/aiobiketrax_update
Browse files Browse the repository at this point in the history
Upgrade aiobiketrax to 0.5.0
  • Loading branch information
basilfx committed Dec 10, 2022
2 parents 47c4118 + 8176a25 commit c0871e9
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 @@ -8,7 +8,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://www.github.com/basilfx/homeassistant-biketrax/issues",
"name": "PowUnity BikeTrax",
"requirements": ["aiobiketrax==0.4.0"],
"requirements": ["aiobiketrax==0.5.0"],
"ssdp": [],
"version": "0.4.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.9"
homeassistant = "^2022.12.1"
aiobiketrax = {version = "^0.4.0", allow-prereleases = true}
aiobiketrax = "^0.5.0"

[tool.poetry.dev-dependencies]
black = "^22.12.0"
Expand Down

0 comments on commit c0871e9

Please sign in to comment.