From 6822f834ff8a8fb0c98e4879b4dd3ab1fab9e84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 03:50:41 +0000 Subject: [PATCH] Bump boto3 from 1.26.105 to 1.28.20 Bumps [boto3](https://github.com/boto/boto3) from 1.26.105 to 1.28.20. - [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.20) --- 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..e9e7915d5 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.20 django-formtools==2.4.1 django-storages==1.13.2