From d161936ecfcf79c24deccc3eb072987a7dcaccd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:46:56 +0000 Subject: [PATCH] Bump boto3 from 1.35.10 to 1.35.39 Bumps [boto3](https://github.com/boto/boto3) from 1.35.10 to 1.35.39. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.10...1.35.39) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5ac2bc65..caf115eb 100644 --- a/testproject/requirements.txt +++ b/testproject/requirements.txt @@ -1,5 +1,5 @@ pytz==2024.2 django-csp==3.8 -boto3==1.35.10 +boto3==1.35.39 django-formtools==2.5.1 django-storages==1.14.4