From 05f717b12e802270e14306ed80ab82d0019b6440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:04:10 +0000 Subject: [PATCH] Bump boto3 from 1.39.14 to 1.40.55 Bumps [boto3](https://github.com/boto/boto3) from 1.39.14 to 1.40.55. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.14...1.40.55) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.55 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..e96cf091 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.55 django-formtools==2.5.1 django-storages==1.14.6