Skip to content

Commit

Permalink
build: update boto and botocore (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Aug 19, 2024
1 parent eaef1c8 commit 23ac507
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ black==24.8.0 \
--hash=sha256:f490dbd59680d809ca31efdae20e634f3fae27fba3ce0ba3208333b713bc3920 \
--hash=sha256:fb6e2c0b86bbd43dee042e48059c9ad7830abd5c94b0bc518c0eeec57c3eddc1
# via -r requirements/dev.in
boto3==1.34.159 \
--hash=sha256:21120d23cc37c0e80dc4f64434bc5664d2a5645dcd9bf8a8fa97ed5c82164ca0 \
--hash=sha256:ffe7bbb88ba81b5d54bc8fa0cfb2f3b7fe63a6cffa0f9207df2ef5c22a1c0587
boto3==1.35.0 \
--hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
--hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
# via moto
botocore==1.34.159 \
--hash=sha256:7633062491457419a49f5860c014251ae85689f78266a3ce020c2c8688a76b97 \
--hash=sha256:dc28806eb21e3c8d690c422530dff8b4b242ac033cbe98f160a9d37796c09cb1
botocore==1.35.0 \
--hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
--hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
# via
# boto3
# moto
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ attrs==24.2.0 \
# cattrs
# fiona
# requests-cache
boto3==1.34.159 \
--hash=sha256:21120d23cc37c0e80dc4f64434bc5664d2a5645dcd9bf8a8fa97ed5c82164ca0 \
--hash=sha256:ffe7bbb88ba81b5d54bc8fa0cfb2f3b7fe63a6cffa0f9207df2ef5c22a1c0587
boto3==1.35.0 \
--hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
--hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
# via
# -r requirements/base.in
# django-ses
botocore==1.34.159 \
--hash=sha256:7633062491457419a49f5860c014251ae85689f78266a3ce020c2c8688a76b97 \
--hash=sha256:dc28806eb21e3c8d690c422530dff8b4b242ac033cbe98f160a9d37796c09cb1
botocore==1.35.0 \
--hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
--hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
# via
# boto3
# s3transfer
Expand Down

0 comments on commit 23ac507

Please sign in to comment.