From ea2c0f2c98b1214d119a92f8f76e664f1d79b9ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:52:44 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency pre-commit to >=4.6.0,<4.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4037c40..8dd794c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "build (>=1.3.0,<1.4.0)", "isort (>=6.1.0,<6.2.0)", "types-pytz (>=2025.2.0.20250326,<2025.3.0.0)", - "pre-commit (>=4.2.0,<4.3.0)", + "pre-commit (>=4.6.0,<4.7.0)", "types-python-dateutil (>=2.9.0,<2.10.0)", "wheel (>=0.45.1,<0.46.0)", "coverage>=7.13.5"