Skip to content

Commit 195aae4

Browse files
Bump boto3 from 1.28.34 to 1.28.35 in /config/requirements (#439)
Bumps [boto3](https://github.com/boto/boto3) from 1.28.34 to 1.28.35. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.28.34...1.28.35) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9a9b8f commit 195aae4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

config/requirements/dev_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ black==23.7.0 \
161161
--hash=sha256:f9062af71c59c004cd519e2fb8f5d25d39e46d3af011b41ab43b9c74e27e236f \
162162
--hash=sha256:fb074d8b213749fa1d077d630db0d5f8cc3b2ae63587ad4116e8a436e9bbe995
163163
# via -r config/requirements/dev.in
164-
boto3==1.28.34 \
165-
--hash=sha256:2ccbea42fe4cbd22a8ba1e90a37ac65f05c1932e63432e429fb7158d8255bbc0 \
166-
--hash=sha256:4713a4e69120db5f358f4d378459fb4ea04be98664a0908088f6e04ab49d2583
164+
boto3==1.28.35 \
165+
--hash=sha256:580b584e36967155abed7cc9b088b3bd784e8242ae4d8841f58cb50ab05520dc \
166+
--hash=sha256:d77415f22bbc14f3d72eaed2fc9f96d161f3ba7686922ad26d6bbc9d4985f3df
167167
# via -r config/requirements/prod.in
168168
botocore==1.31.35 \
169169
--hash=sha256:7e4534325262f43293a9cc9937cb3f1711365244ffde8b925a6ee862bcf30a83 \

config/requirements/prod.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# `just make_requirements` in order to compile a new requirement files in config/requirements/*_lock.txt.
44

55
Django~=4.2
6-
boto3~=1.26
6+
boto3~=1.28
77
celery~=5.3
88
crispy-bootstrap5~=0.7
99
django-allauth~=0.42

config/requirements/prod_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ billiard==4.1.0 \
1616
--hash=sha256:0f50d6be051c6b2b75bfbc8bfd85af195c5739c281d3f5b86a5640c65563614a \
1717
--hash=sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5
1818
# via celery
19-
boto3==1.28.34 \
20-
--hash=sha256:2ccbea42fe4cbd22a8ba1e90a37ac65f05c1932e63432e429fb7158d8255bbc0 \
21-
--hash=sha256:4713a4e69120db5f358f4d378459fb4ea04be98664a0908088f6e04ab49d2583
19+
boto3==1.28.35 \
20+
--hash=sha256:580b584e36967155abed7cc9b088b3bd784e8242ae4d8841f58cb50ab05520dc \
21+
--hash=sha256:d77415f22bbc14f3d72eaed2fc9f96d161f3ba7686922ad26d6bbc9d4985f3df
2222
# via -r config/requirements/prod.in
2323
botocore==1.31.35 \
2424
--hash=sha256:7e4534325262f43293a9cc9937cb3f1711365244ffde8b925a6ee862bcf30a83 \

0 commit comments

Comments
 (0)