From 366d8fed5f5b9165b873dfed5356e2eb3356375d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 04:27:19 +0000 Subject: [PATCH] Bump pre-commit from 3.5.0 to 4.2.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 4.2.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d65a33..537fd9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ # "sphinx-autobuild==2021.3.14", # "sphinx-autodoc-typehints==2.0.0", "packaging", - "pre-commit==3.5.0", + "pre-commit==4.2.0", # added for testing "evaluate==0.4.*", "sacrebleu>=2.4,<2.6",