From 1c08544c4b14063e177baa0a3f83fcff5b53824d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:36:37 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.1.0 (#396) 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 4dc4e76..a0321ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "weblate_schemas[lint,test]" ] lint = [ - "pre-commit==4.0.1" + "pre-commit==4.1.0" ] test = [ "pytest",