From f1707b93563a8f7c24bf77221446ba394fca4f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:04:40 +0000 Subject: [PATCH] Update pre-commit requirement from <4.0,>=2.21 to >=2.21,<5.0 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.21.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 466a1044e..aaa93d054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "mkdocs-material[imaging]>=9.1.17", "mkdocstrings[python]~=0.22", "pdbpp~=0.10", - "pre-commit>=2.21,<4.0", + "pre-commit>=2.21,<5.0", "ruff", ] tests = [