From e222fe5fc540020a681ece5475d2a8d4bf27da6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:46:21 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.39.0 to 1.40.21 Bumps [boto3](https://github.com/boto/boto3) from 1.39.0 to 1.40.21. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.0...1.40.21) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3cc93d70..6bce1a34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # dev and test # ------------ -boto3==1.39.0 +boto3==1.40.21 botocore>=1.35.10 pytest==8.4.1 pytest_mock==3.14.1