From a58bd71cb00a131b8353d96bc3c53c15a010f310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:27:34 +0000 Subject: [PATCH] Bump boto3 from 1.26.105 to 1.28.25 Bumps [boto3](https://github.com/boto/boto3) from 1.26.105 to 1.28.25. - [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.25) --- 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..14a920fba 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.25 django-formtools==2.4.1 django-storages==1.13.2