From 8804aa56798982fad856b00c7aef542547dc67e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:30:47 +0000 Subject: [PATCH] ci: update pre-commit requirement from <4.4.0,>=3.2.0 to >=3.2.0,<4.6.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/v3.2.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b542c7481..c32d890ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "hatch>=1.0.0,<2.0.0", "moto>=5.1.0,<6.0.0", "mypy>=1.15.0,<2.0.0", - "pre-commit>=3.2.0,<4.4.0", + "pre-commit>=3.2.0,<4.6.0", "pytest>=8.0.0,<9.0.0", "pytest-cov>=7.0.0,<8.0.0", "pytest-asyncio>=1.0.0,<1.3.0", @@ -154,7 +154,7 @@ features = ["all"] dependencies = [ "commitizen>=4.4.0,<5.0.0", "hatch>=1.0.0,<2.0.0", - "pre-commit>=3.2.0,<4.4.0", + "pre-commit>=3.2.0,<4.6.0", ]