From 8c72100d454d303489773f884498232fae0efeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:39:08 +0000 Subject: [PATCH] Bump boto3 from 1.26.105 to 1.28.35 Bumps [boto3](https://github.com/boto/boto3) from 1.26.105 to 1.28.35. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.26.105...1.28.35) --- updated-dependencies: - dependency-name: boto3 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 327858316..4024b3e5c 100644 --- a/testproject/requirements.txt +++ b/testproject/requirements.txt @@ -1,5 +1,5 @@ pytz==2023.3 django-csp==3.7 -boto3==1.26.105 +boto3==1.28.35 django-formtools==2.4.1 django-storages==1.13.2