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 +1 @@
3.13.7
3.14.2

View File

@@ -9,7 +9,7 @@
"auth",
"http"
],
"documentation": "https://github.com/christiaangoossens/hass-oidc-auth/blob/v0.6.3-alpha/docs/configuration.md",
"documentation": "https://github.com/christiaangoossens/hass-oidc-auth/blob/v0.6.4-alpha/docs/configuration.md",
"integration_type": "service",
"iot_class": "calculated",
"issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues",
@@ -19,5 +19,5 @@
"bcrypt",
"joserfc"
],
"version": "0.6.3"
"version": "0.6.4"
}

View File

@@ -2,5 +2,5 @@
"name": "OpenID Connect",
"hide_default_branch": true,
"render_readme": true,
"homeassistant": "2025.08"
"homeassistant": "2026.01"
}

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"

1253
uv.lock generated

File diff suppressed because it is too large Load Diff