Skip to content

Commit 4031112

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

poetry.lock

Lines changed: 7 additions & 7 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.3"
504+
version = "1.40.4"
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.3-py3-none-any.whl", hash = "sha256:6e8ace4439b5a03ce1b07532a86a3e56fc0adc268bcdeef55624d64f99e90e2a"},
511-
{file = "boto3-1.40.3.tar.gz", hash = "sha256:8cdda3a3fbaa0229aa32fdf2f6f59b5c96e5cd5916ed45be378c06fae09cef19"},
510+
{file = "boto3-1.40.4-py3-none-any.whl", hash = "sha256:95cdc86454e9ff43e0693c5d807a54ce6813b6711d3543a0052ead5216b93367"},
511+
{file = "boto3-1.40.4.tar.gz", hash = "sha256:6eceffe4ae67c2cb077574289c0efe3ba60e8446646893a974fc3c2fa1130e7c"},
512512
]
513513

514514
[package.dependencies]
515-
botocore = ">=1.40.3,<1.41.0"
515+
botocore = ">=1.40.4,<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.3"
524+
version = "1.40.4"
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.3-py3-none-any.whl", hash = "sha256:0c6d00b4412babb5e3d0944b5e057d31f763bf54429d5667f367e7b46e5c1c22"},
531-
{file = "botocore-1.40.3.tar.gz", hash = "sha256:bba6b642fff19e32bee52edbbb8dd3f45e37ba7b8e54addc9ae3b105c4eaf2a4"},
530+
{file = "botocore-1.40.4-py3-none-any.whl", hash = "sha256:4e131c52731e10a6af998c2ac3bfbda12e6ecef0e3633268c7752d0502c74197"},
531+
{file = "botocore-1.40.4.tar.gz", hash = "sha256:f1dacde69ec8b08f39bcdb62247bab4554938b5d7f8805ade78447da55c9df36"},
532532
]
533533

534534
[package.dependencies]

0 commit comments

Comments
 (0)