fix(deps): update home assistant update (major) (#196)
* Major HA update to 2026.1 * Lock file maintenance npm
This commit is contained in:
committed by
GitHub
parent
04a693ccfe
commit
1f95efd0aa
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
dependencies = [
|
||||
"aiofiles~=25.1",
|
||||
"jinja2~=3.1",
|
||||
"bcrypt~=4.2",
|
||||
"bcrypt~=5.0",
|
||||
"joserfc~=1.6.0",
|
||||
]
|
||||
readme = "README.md"
|
||||
@@ -17,12 +17,12 @@ requires-python = "~=3.13.7"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"homeassistant~=2025.10",
|
||||
"homeassistant~=2026.1",
|
||||
"pylint~=4.0",
|
||||
"pytest~=8.4.2",
|
||||
"pytest-asyncio~=1.2.0",
|
||||
"pytest~=9.0.0",
|
||||
"pytest-asyncio~=1.3.0",
|
||||
"pytest-cov~=7.0.0",
|
||||
"pytest-homeassistant-custom-component~=0.13.286",
|
||||
"pytest-homeassistant-custom-component~=0.13.308",
|
||||
"ruff~=0.12",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user