Bump versions & dep maintenance
This commit is contained in:
@@ -1 +1 @@
|
||||
3.13.7
|
||||
3.14.2
|
||||
@@ -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"
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "OpenID Connect",
|
||||
"hide_default_branch": true,
|
||||
"render_readme": true,
|
||||
"homeassistant": "2025.08"
|
||||
"homeassistant": "2026.01"
|
||||
}
|
||||
@@ -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",
|
||||
]
|
||||
@@ -34,3 +34,6 @@ allow-direct-references = true
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["custom_components/auth_oidc"]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
Reference in New Issue
Block a user