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 e9bd20dc0 main: Update dependency boto3 to v1.37.16 (#1093)
e9bd20dc0 is described below
commit e9bd20dc09ab4c4e970f94ccc46efb04940daf54
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Mar 20 08:04:56 2025 +0100
main: Update dependency boto3 to v1.37.16 (#1093)
---
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 c2b4304c7..3ccc90d66 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -36,7 +36,7 @@ urllib3 = "^1.25.3"
python-dateutil = ">=2.8.2"
pydantic = ">=2"
typing-extensions = ">=4.7.1"
-boto3 = "==1.37.0"
+boto3 = "==1.37.16"
[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"