From f6697f22ee90786ccccb99e1968b1f2c49a94867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 06:06:54 +0000 Subject: [PATCH] fix(deps): update dependency pre-commit to v4.3.0 (#3720) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fab682ce..189a5f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ log = ["systemd_python==235"] dev = [ "mypy==1.17.1", "flake8==7.3.0", - "pre-commit==4.2.0", + "pre-commit==4.3.0", "ruff==0.12.8", "pylint==3.3.7", "pylint-pydantic==0.3.5",