From 20f802dfc3905069ffa2411922621289a69a3d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 16:27:04 +1000 Subject: [PATCH] chore(deps): update dependency dev/pre-commit to v3.7.1 (#2497) 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 a1208bfc..f3bc7086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Source = "https://github.com/archlinux/archinstall" log = ["systemd_python==235"] dev = [ "mypy==1.10.0", - "pre-commit==3.7.0", + "pre-commit==3.7.1", ] doc = ["sphinx"]