From 725e1471667eeff0c584d15ec62a08e5c7b2d389 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 8 Nov 2025 21:58:12 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.4.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 f32a65bfe0..1bedb045d4 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.3.0" +pre-commit = "==4.4.0" openapi-generator-cli = "==7.17.0" pip-licenses-cli = "==3.0.1"