From e61f38f02d31e94627e51702101fcd6a1a00e427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:06:04 +0000 Subject: [PATCH 1/3] Bump pre-commit from 4.3.0 to 4.5.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.3.0 to 4.5.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index d56330f..e3e7f5b 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,7 +1,7 @@ --requirement requirements_base.txt codespell==2.4.1 isort==7.0.0 -pre-commit==4.3.0 +pre-commit==4.5.1 pre-commit-hooks==6.0.0 pyupgrade==3.21.0 ruff==0.14.3 From a5b6a77480e5a7c665b8f9a8e52994cf08b5e2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:06:14 +0000 Subject: [PATCH 2/3] Bump homeassistant from 2025.10.2 to 2025.12.4 Bumps [homeassistant](https://github.com/home-assistant/core) from 2025.10.2 to 2025.12.4. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2025.10.2...2025.12.4) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2025.12.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_core_min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_core_min.txt b/requirements_core_min.txt index 2f8fbf0..72b1cde 100644 --- a/requirements_core_min.txt +++ b/requirements_core_min.txt @@ -1 +1 @@ -homeassistant==2025.10.2 +homeassistant==2025.12.4 From 51764dbdee1c11e5ee0bb420ad7fb0a752616402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:06:23 +0000 Subject: [PATCH 3/3] Bump ruff from 0.14.3 to 0.14.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.3 to 0.14.10. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.3...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index d56330f..906a7f6 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -4,5 +4,5 @@ isort==7.0.0 pre-commit==4.3.0 pre-commit-hooks==6.0.0 pyupgrade==3.21.0 -ruff==0.14.3 +ruff==0.14.10 vulture==2.14