From af86bdcd8bc09221395d794c3b03bbc41a4be376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:08:09 +0000 Subject: [PATCH] Update dependency pre-commit to v4.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e777c74ee8..2e5d6c7c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ log = ["systemd_python==236"] dev = [ "mypy==2.3.0", "flake8==7.3.0", - "pre-commit==4.6.1", + "pre-commit==4.6.2", "ruff==0.16.2", "pylint==4.0.7", "pytest==9.1.1",