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 e59281acc fix(deps): update dependency boto3 to v1.39.14 (#2186) e59281acc is described below commit e59281acc98a2fb9bfb4a056a624b0c769bb7c18 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Fri Jul 25 23:05:44 2025 +0200 fix(deps): update dependency boto3 to v1.39.14 (#2186) --- 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 2ca5f4290..0f47502d7 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.39.13", + "boto3==1.39.14", ] [project.urls]