Skip to content

Commit c1e6a53

Browse files
build(deps): bump boto3 from 1.40.8 to 1.40.12 (#19973)
Bumps [boto3](https://github.com/boto/boto3) from 1.40.8 to 1.40.12. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.8...1.40.12) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.12 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 e727c96 commit c1e6a53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -501,18 +501,18 @@ bitarray = ">=3.0.0,<4.0"
501501

502502
[[package]]
503503
name = "boto3"
504-
version = "1.40.8"
504+
version = "1.40.12"
505505
description = "The AWS SDK for Python"
506506
optional = false
507507
python-versions = ">=3.9"
508508
groups = ["main"]
509509
files = [
510-
{file = "boto3-1.40.8-py3-none-any.whl", hash = "sha256:9f55edd8e2eb5cd86e1c972b5250f9ab0a9555f84632506a2ed131e4a82ea23a"},
511-
{file = "boto3-1.40.8.tar.gz", hash = "sha256:62959010dfd3d24157f73a8183fca7619ec97fb42ac400477006f7ecb9548d06"},
510+
{file = "boto3-1.40.12-py3-none-any.whl", hash = "sha256:3c3d6731390b5b11f5e489d5d9daa57f0c3e171efb63ac8f47203df9c71812b3"},
511+
{file = "boto3-1.40.12.tar.gz", hash = "sha256:c6b32aee193fbd2eb84696d2b5b2410dcda9fb4a385e1926cff908377d222247"},
512512
]
513513

514514
[package.dependencies]
515-
botocore = ">=1.40.8,<1.41.0"
515+
botocore = ">=1.40.12,<1.41.0"
516516
jmespath = ">=0.7.1,<2.0.0"
517517
s3transfer = ">=0.13.0,<0.14.0"
518518

@@ -521,14 +521,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
521521

522522
[[package]]
523523
name = "botocore"
524-
version = "1.40.8"
524+
version = "1.40.12"
525525
description = "Low-level, data-driven core of boto 3."
526526
optional = false
527527
python-versions = ">=3.9"
528528
groups = ["main"]
529529
files = [
530-
{file = "botocore-1.40.8-py3-none-any.whl", hash = "sha256:7f0327e08d7c061aaa03e32459e56bcf6daa29cd946e95b1c06be14d61a9a94d"},
531-
{file = "botocore-1.40.8.tar.gz", hash = "sha256:954fa6e36020ebf58898de80a8f864ba13b74dc26994cf20ccfff2966724b0b9"},
530+
{file = "botocore-1.40.12-py3-none-any.whl", hash = "sha256:84e96004a8b426c5508f6b5600312d6271364269466a3a957dc377ad8effc438"},
531+
{file = "botocore-1.40.12.tar.gz", hash = "sha256:c6560578e799b47b762b7e555bd9c5dd5c29c5d23bd778a8a72e98c979b3c727"},
532532
]
533533

534534
[package.dependencies]
@@ -540,7 +540,7 @@ urllib3 = [
540540
]
541541

542542
[package.extras]
543-
crt = ["awscrt (==0.23.8)"]
543+
crt = ["awscrt (==0.27.6)"]
544544

545545
[[package]]
546546
name = "build"

0 commit comments

Comments
 (0)