From 4b6a49a27945c646c8f34cbb44dbde8d44f856a1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 Oct 2025 14:01:21 +0000 Subject: [PATCH 1/3] Update dependency pip-licenses-cli to v3 --- 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 3cf4c223d0..2b3872be8d 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -62,7 +62,7 @@ mypy = ">=1.18, <=1.18.2" pyiceberg = "==0.10.0" pre-commit = "==4.3.0" openapi-generator-cli = "==7.12.0" -pip-licenses-cli = "==v2.0.0" +pip-licenses-cli = "==3.0.0" [tool.pip-licenses] partial-match = true From 3fd4f633708cfaa4c9548f242ff09bdc4e9b39d3 Mon Sep 17 00:00:00 2001 From: Yong Zheng Date: Wed, 22 Oct 2025 23:02:40 -0500 Subject: [PATCH 2/3] Update pip-licenses-cli version format --- 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 2b3872be8d..2523d0f596 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -62,7 +62,7 @@ mypy = ">=1.18, <=1.18.2" pyiceberg = "==0.10.0" pre-commit = "==4.3.0" openapi-generator-cli = "==7.12.0" -pip-licenses-cli = "==3.0.0" +pip-licenses-cli = "==v3.0.0" [tool.pip-licenses] partial-match = true From 1196cc49b21ca606c18c90e37cbd57924ebfee14 Mon Sep 17 00:00:00 2001 From: Yong Zheng Date: Wed, 22 Oct 2025 23:12:07 -0500 Subject: [PATCH 3/3] Fix pip-licenses-cli version specification --- 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 2523d0f596..2b3872be8d 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -62,7 +62,7 @@ mypy = ">=1.18, <=1.18.2" pyiceberg = "==0.10.0" pre-commit = "==4.3.0" openapi-generator-cli = "==7.12.0" -pip-licenses-cli = "==v3.0.0" +pip-licenses-cli = "==3.0.0" [tool.pip-licenses] partial-match = true