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", "auth",
"http" "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", "integration_type": "service",
"iot_class": "calculated", "iot_class": "calculated",
"issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues", "issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues",
@@ -19,5 +19,5 @@
"bcrypt", "bcrypt",
"joserfc" "joserfc"
], ],
"version": "0.6.3" "version": "0.6.4"
} }

View File

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

View File

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