From 7bf58aabfefe35afad77a0271a0f1f0d614d68e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:50:23 +0000 Subject: [PATCH] Update pre-commit requirement from <2.18,>=2.10 to >=2.10,<4.2 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v2.10.0...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35a3857..ad10edc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ wheel # Development # ----------------------- -pre-commit>=2.10,<2.18 +pre-commit>=2.10,<4.2 # Project requirements # -----------------------