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 b54d95d43 main: Update dependency boto3 to v1.38.21 (#1644) b54d95d43 is described below commit b54d95d4367a27aa79ae0bf9308b1b39772d2997 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Thu May 22 08:58:53 2025 +0200 main: Update dependency boto3 to v1.38.21 (#1644) --- 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 1030508df..62a7f0144 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.20", + "boto3==1.38.21", ] [project.urls]