From e8e56736bc94a490ab2b6dc4d17a46635b6a645a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:42:52 +0900 Subject: [PATCH] Bump pre-commit from 2.20.0 to 3.7.0 (#3249) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 3.7.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 279b70b4a7c..a0141001072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "tox==4.4.5", - "pre-commit==2.20.0", + "pre-commit==3.7.0", "pylint", "pytest", "coverage",