From 0df589c60392b633654c78da2821ab95bf95d9bb Mon Sep 17 00:00:00 2001 From: Eric Fu Date: Fri, 22 Nov 2024 17:01:21 +0800 Subject: [PATCH] upgrade setuptools because of vulnerablility --- e2e_test/iceberg/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_test/iceberg/pyproject.toml b/e2e_test/iceberg/pyproject.toml index eba4bcd12f13..e0daecfdcb57 100644 --- a/e2e_test/iceberg/pyproject.toml +++ b/e2e_test/iceberg/pyproject.toml @@ -8,7 +8,7 @@ authors = ["risingwavelabs"] python = "^3.10" pyspark = { version = "3.4.1", extras = ["sql", "connect"] } tomli = "2.0" -setuptools = "69" +setuptools = "70" [build-system] requires = ["poetry-core"]