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 b7aac7212 main: Update dependency boto3 to v1.38.27 (#1714)
b7aac7212 is described below
commit b7aac7212da2d2e81458d9cccecf06a38425fc85
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jun 2 09:30:08 2025 +0200
main: Update dependency boto3 to v1.38.27 (#1714)
---
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 3f3d1bca7..c727c6eca 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.24",
+ "boto3==1.38.27",
]
[project.urls]