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 b77244ffa main: Update dependency boto3 to v1.38.23 (#1667) b77244ffa is described below commit b77244ffa42d46ca5218caa37e91b0d0cf624e4f Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Mon May 26 07:41:16 2025 +0200 main: Update dependency boto3 to v1.38.23 (#1667) --- 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 27d50f6d7..f967590ca 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.22", + "boto3==1.38.23", ] [project.urls]