From 7489db68c2e2c9127bb88806c136a3256fae06de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:07:01 +0000 Subject: [PATCH] Bump boto3 from 1.40.69 to 1.42.0 Bumps [boto3](https://github.com/boto/boto3) from 1.40.69 to 1.42.0. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.69...1.42.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.0 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 84ded68d..4ec3aef1 100644 --- a/testproject/requirements.txt +++ b/testproject/requirements.txt @@ -1,5 +1,5 @@ pytz==2025.2 django-csp==4.0 -boto3==1.40.69 +boto3==1.42.0 django-formtools==2.5.1 django-storages==1.14.6