Bump versions & dep maintenance

This commit is contained in:
Christiaan Goossens
2026-02-06 11:40:37 +01:00
parent a0e833ba69
commit 759ea57bc8
5 changed files with 685 additions and 591 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "hass-oidc-auth"
version = "0.6.3"
version = "0.6.4"
description = "OIDC component for Home Assistant"
authors = [
{ name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" }
@@ -9,15 +9,15 @@ license = "MIT"
dependencies = [
"aiofiles~=25.1",
"jinja2~=3.1",
"bcrypt~=4.2",
"joserfc~=1.4.0",
"bcrypt~=5.0",
"joserfc~=1.6.0",
]
readme = "README.md"
requires-python = "~=3.13.7"
requires-python = "~=3.14.2"
[dependency-groups]
dev = [
"homeassistant~=2025.10",
"homeassistant~=2026.1",
"pylint~=4.0",
"ruff~=0.12",
]
@@ -33,4 +33,7 @@ managed = true
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["custom_components/auth_oidc"]
packages = ["custom_components/auth_oidc"]
[tool.ruff]
target-version = "py313"