From fc9b25367a459c60dcc2dee03a35acc9df118976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 04:13:12 +0000 Subject: [PATCH] chore(deps): bump boto3 in /services/python-lakehouse Bumps [boto3](https://github.com/boto/boto3) from 1.43.49 to 1.43.54. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.49...1.43.54) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.54 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/python-lakehouse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python-lakehouse/requirements.txt b/services/python-lakehouse/requirements.txt index 969bb103..7ace7d65 100644 --- a/services/python-lakehouse/requirements.txt +++ b/services/python-lakehouse/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.139.0 uvicorn[standard]==0.51.0 asyncpg==0.31.0 pyarrow==25.0.0 -boto3==1.43.49 +boto3==1.43.54 pydantic==2.13.4 prometheus-client==0.25.0 python-dotenv==1.2.2