From 21f7fbf67600b20e6f0fef0fef29145e590d3c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:16:41 +0000 Subject: [PATCH] deps: bump boto3 from 1.38.42 to 1.40.40 Bumps [boto3](https://github.com/boto/boto3) from 1.38.42 to 1.40.40. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.42...1.40.40) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.40 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 927177b78..9e985820f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "requests", "urllib3>=1.26.4", "gunicorn>=20.0.4", - "boto3==1.38.42", + "boto3==1.40.40", "grpcio>=1.68.1,<=1.70", "grpcio-tools>=1.68.1,<=1.70", "numpy>=1.21.6",