Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 824199c

Browse files
Bump boto3 from 1.20.49 to 1.21.3 in /{{cookiecutter.project_slug}} (#334)
Bumps [boto3](https://github.com/boto/boto3) from 1.20.49 to 1.21.3. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.20.49...1.21.3) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47ac476 commit 824199c

File tree

2 files changed

+121
-150
lines changed

2 files changed

+121
-150
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python_version = "3.8"
1111
[packages]
1212
cryptography = "~=36.0.1"
1313
django = "~=2.2.26"
14-
"boto3" = "~=1.20.49"
14+
"boto3" = "~=1.21.3"
1515
django-environ = "~=0.8.1"
1616
django-storages = "~=1.12"
1717
psycopg2 = "<2.9"

0 commit comments

Comments
 (0)