From 0e8efecfa1110f02f4a467edff6ece8c9af1b612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:15:37 +1000 Subject: [PATCH] Update dependency dev/pre-commit to v3.8.0 (#2594) 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 6102cecd..7d112f8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ log = ["systemd_python==235"] dev = [ "mypy==1.11.0", "flake8==7.1.0", - "pre-commit==3.7.1", + "pre-commit==3.8.0", ] doc = ["sphinx"]