This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new ea381b0f7 main: Update dependency boto3 to v1.38.12 (#1548)
ea381b0f7 is described below
commit ea381b0f756c6f3d941ed93d3aa4d3e49f96d542
Author: Mend Renovate <[email protected]>
AuthorDate: Fri May 9 13:51:27 2025 +0200
main: Update dependency boto3 to v1.38.12 (#1548)
---
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 e0345c0fc..2e4edec11 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
"python-dateutil>=2.8.2",
"pydantic>=2.0.0",
"typing-extensions>=4.7.1",
- "boto3==1.38.11",
+ "boto3==1.38.12",
]
[project.urls]