This is an automated email from the ASF dual-hosted git repository.
ebyhr 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 2890c694e fix(deps): update dependency boto3 to v1.40.0 (#2225)
2890c694e is described below
commit 2890c694e149a0bb85919c7125c5fe27dffd8326
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Jul 31 23:46:33 2025 +0200
fix(deps): update dependency boto3 to v1.40.0 (#2225)
---
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 84b90130b..be421058e 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.39.17",
+ "boto3==1.40.0",
]
[project.urls]