fix(deps): update home assistant update (major) (#196)

* Major HA update to 2026.1

* Lock file maintenance npm
This commit is contained in:
Christiaan Goossens
2026-02-04 12:18:08 +01:00
committed by GitHub
parent 04a693ccfe
commit 1f95efd0aa
5 changed files with 803 additions and 550 deletions

View File

@@ -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",
]