Skip to content

Commit

Permalink
Bump to 1.4.1 with myskoda 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvx76 committed Sep 25, 2024
1 parent 1eef55f commit f0894b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/myskoda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/skodaconnect/homeassistant-myskoda/issues",
"loggers": ["custom_components.myskoda", "myskoda"],
"requirements": ["myskoda==0.6.0"],
"version": "1.4.0"
"requirements": ["myskoda==0.6.1"],
"version": "1.4.1"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyjwt = "^2.9.0"
pyyaml = "^6.0.2"
asyncio = "^3.4.3"
voluptuous = "^0.15.2"
myskoda = "^0.6.0"
myskoda = "^0.6.1"


[tool.poetry.group.dev.dependencies]
Expand All @@ -27,4 +27,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pyright]
reportIncompatibleVariableOverride = "none"
reportIncompatibleVariableOverride = "none"

0 comments on commit f0894b4

Please sign in to comment.