Skip to content

Commit f90c5d8

Browse files
authored
Bump myskoda to 0.21.2 (#663)
* Bump myskoda to 0.21.2 * Bump homeassistant to 2025.3.2 due to jinja2 conflict for lower versions
1 parent ecda868 commit f90c5d8

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

custom_components/myskoda/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"myskoda"
1818
],
1919
"requirements": [
20-
"myskoda==0.21.1"
20+
"myskoda==0.21.2"
2121
],
2222
"version": "1.21.1"
2323
}

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "MySkoda",
33
"render_readme": true,
44
"hide_default_branch": true,
5-
"homeassistant": "2025.3.0"
5+
"homeassistant": "2025.3.2"
66
}

poetry.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ package-mode = false
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.13,<3.14"
15-
homeassistant = "^2025.3.0"
15+
homeassistant = "^2025.3.2"
1616
voluptuous = "^0.15.2"
17-
myskoda = "^0.21.1"
17+
myskoda = "^0.21.2"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
ruff = "^0.9.10"
21-
homeassistant-stubs = "^2025.3.0"
21+
homeassistant-stubs = "^2025.3.2"
2222
pyright = "^1.1.396"
2323

2424
[build-system]

0 commit comments

Comments
 (0)