From 4238cc41eb03d63233eb2ba90640bdbdd492200e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:15:30 +0000 Subject: [PATCH] deps: bump boto3 from 1.38.42 to 1.40.50 Bumps [boto3](https://github.com/boto/boto3) from 1.38.42 to 1.40.50. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.42...1.40.50) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.50 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..c43c913e4 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.50", "grpcio>=1.68.1,<=1.70", "grpcio-tools>=1.68.1,<=1.70", "numpy>=1.21.6",