From 37c3dab87b4559d9e01b31271b8e9cb9f7d6b7f9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 24 Nov 2025 06:42:24 +0000 Subject: [PATCH] Update dependency pre-commit to v4.5.0 --- client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 1bedb045d4..bf54c7d17b 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -63,7 +63,7 @@ flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" mypy = ">=1.18, <=1.18.2" pyiceberg = "==0.10.0" -pre-commit = "==4.4.0" +pre-commit = "==4.5.0" openapi-generator-cli = "==7.17.0" pip-licenses-cli = "==3.0.1"