Skip to content

Commit

Permalink
fix: upgrade setuptools because of vulnerablility (#19540)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh authored Nov 22, 2024
1 parent bc06ffd commit 236e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/iceberg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 236e761

Please sign in to comment.