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 3f1774a27 fix(deps): update dependency boto3 to v1.40.1 (#2240)
3f1774a27 is described below
commit 3f1774a27fa876a71d28d99f2ec5945c80775a57
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Aug 2 09:48:38 2025 +0200
fix(deps): update dependency boto3 to v1.40.1 (#2240)
---
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 8323c548f..9c6922cf7 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.40.0",
+ "boto3==1.40.1",
]
[project.urls]