From ce600f2fe0003daf581aa981e22b9ea20c29799e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:22:32 +0000 Subject: [PATCH] chore(deps-dev): Update pre-commit requirement from >=3.5.0 to >=4.6.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v3.5.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index aadd283..9e606c8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ ruff>=0.1.0 mypy>=1.7.0 # Pre-commit hooks -pre-commit>=3.5.0 +pre-commit>=4.6.0 # Home Assistant dependencies (for development) homeassistant>=2024.1.0