This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 77666abc6 fix(deps): update dependency boto3 to v1.39.4 (#2116)
77666abc6 is described below
commit 77666abc6df8a17977ab54b49a6fe723a4b26d85
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Jul 15 22:01:23 2025 +0200
fix(deps): update dependency boto3 to v1.39.4 (#2116)
---
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 9740437bf..b6d89e6dc 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.36",
+ "boto3==1.39.4",
]
[project.urls]