From c6d072a6b094222ddcb1e9e12ae4aaa668a67c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:18:11 +0000 Subject: [PATCH] build(deps): update pre-commit requirement 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.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3790fe5..3387177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ quality = [ "ruff==0.6.1", "mypy==1.10.0", "types-Pillow", - "pre-commit>=3.0.0,<4.0.0", + "pre-commit>=3.0.0,<5.0.0", ] docs = [ "sphinx>=3.0.0,!=3.5.0", @@ -80,7 +80,7 @@ dev = [ "ruff==0.6.1", "mypy==1.10.0", "types-Pillow", - "pre-commit>=3.0.0,<4.0.0", + "pre-commit>=3.0.0,<5.0.0", # docs "sphinx>=3.0.0,!=3.5.0", "furo>=2022.3.4",