From 9b2db0e2c1bd99ddcf0e01d8fc9e7f4689f36f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:14:22 +0200 Subject: [PATCH] build(deps): update pre-commit requirement from <4.0,>=3.7 to >=3.7,<5.0 (#70) 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/v3.7.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... 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 de77b46..3264160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "build>=1.2,<2.0", "coverage>=7.4,<8.0", "pdoc>=14.4,<16.0", - "pre-commit>=3.7,<4.0", + "pre-commit>=3.7,<5.0", "pytest>=7.4,<8.4", "pyright>=1.1,<2.0", "ruff>=0.4,<1.0",