From a6572dbacd66a6bc6341952de058212d77874a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:05:04 +0000 Subject: [PATCH] Bump boto3 from 1.39.14 to 1.40.64 Bumps [boto3](https://github.com/boto/boto3) from 1.39.14 to 1.40.64. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.14...1.40.64) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/requirements.txt b/testproject/requirements.txt index 0121f023..7e20dbcd 100644 --- a/testproject/requirements.txt +++ b/testproject/requirements.txt @@ -1,5 +1,5 @@ pytz==2025.2 django-csp==4.0 -boto3==1.39.14 +boto3==1.40.64 django-formtools==2.5.1 django-storages==1.14.6