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 0bfac4c50 main: Update dependency boto3 to v1.37.23 (#1278) 0bfac4c50 is described below commit 0bfac4c504730c1319af52e28b2a3fdaf4ed267c Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Mon Mar 31 07:30:16 2025 +0200 main: Update dependency boto3 to v1.37.23 (#1278) --- 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 31774eee5..c2d931e6c 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.18" +boto3 = "==1.37.23" [tool.poetry.dev-dependencies] pytest = ">=7.2.1"