From 91664e4bc9aabf56880e62322fed4b7d24365c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:18:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20boto3=20from=201?= =?UTF-8?q?.38.27=20to=201.40.42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [boto3](https://github.com/boto/boto3) from 1.38.27 to 1.40.42. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.27...1.40.42) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.42 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 334e670..16184b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ sftp = [ "sshtunnel==0.4.0", ] aws = [ - "boto3==1.38.27", + "boto3==1.40.42", ] deltalake = [ "deltalake==1.0.1",