From 6f4de538ff93e078352dff74e4acccaf6d8a4497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:03:29 +0000 Subject: [PATCH] Bump boto3 from 1.40.69 to 1.42.4 Bumps [boto3](https://github.com/boto/boto3) from 1.40.69 to 1.42.4. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.69...1.42.4) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.4 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..b5087f28 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.4 django-formtools==2.5.1 django-storages==1.14.6