From e749e67a84e2a3b3bd9927680b4dc4fc5aeb49b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:49:32 +1100 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.0.1 (#2724) 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 2601fc49..1e65e99f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ log = ["systemd_python==235"] dev = [ "mypy==1.11.2", "flake8==7.1.1", - "pre-commit==4.0.0", + "pre-commit==4.0.1", "ruff==0.6.9", ] doc = ["sphinx"]