Skip to content

Commit 764a9bf

Browse files
build(deps): bump boto3 from 1.40.66 to 1.40.75 (#20272)
Bumps [boto3](https://github.com/boto/boto3) from 1.40.66 to 1.40.75. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.66...1.40.75) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.75 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 65e0f59 commit 764a9bf

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
@@ -539,18 +539,18 @@ bitarray = ">=3.0.0,<4.0"
539539

540540
[[package]]
541541
name = "boto3"
542-
version = "1.40.66"
542+
version = "1.40.75"
543543
description = "The AWS SDK for Python"
544544
optional = false
545545
python-versions = ">=3.9"
546546
groups = ["main"]
547547
files = [
548-
{file = "boto3-1.40.66-py3-none-any.whl", hash = "sha256:ee4fe21c5301cc0e11cc11a53e71e5ddd82d5fae42b10fa8e5403f3aa06434e3"},
549-
{file = "boto3-1.40.66.tar.gz", hash = "sha256:f2038d9bac5154da7390c29bfd013546ac96609e7ce5a7f3cb6f99412be3f4c0"},
548+
{file = "boto3-1.40.75-py3-none-any.whl", hash = "sha256:c246fb35d9978b285c5b827a20b81c9e77d52f99c9d175fbd91f14396432953f"},
549+
{file = "boto3-1.40.75.tar.gz", hash = "sha256:a5219a2f397f8616462d7908e696c281f120aa2d8458280ff24f7ddeb2108faf"},
550550
]
551551

552552
[package.dependencies]
553-
botocore = ">=1.40.66,<1.41.0"
553+
botocore = ">=1.40.75,<1.41.0"
554554
jmespath = ">=0.7.1,<2.0.0"
555555
s3transfer = ">=0.14.0,<0.15.0"
556556

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

560560
[[package]]
561561
name = "botocore"
562-
version = "1.40.66"
562+
version = "1.40.75"
563563
description = "Low-level, data-driven core of boto 3."
564564
optional = false
565565
python-versions = ">=3.9"
566566
groups = ["main"]
567567
files = [
568-
{file = "botocore-1.40.66-py3-none-any.whl", hash = "sha256:98d5766e17e72110b1d08ab510a8475a6597c59d9560235e2d28ae1a4b043b92"},
569-
{file = "botocore-1.40.66.tar.gz", hash = "sha256:e49a55ad54426c4ea853a59ff9d8243023a90c935782d4c287e9b3424883c3fa"},
568+
{file = "botocore-1.40.75-py3-none-any.whl", hash = "sha256:e822004688ca8035c518108e27d5b450d3ab0e0b3a73bcb8b87b80a8e5bd1910"},
569+
{file = "botocore-1.40.75.tar.gz", hash = "sha256:bf8b067209fee5a9738800d41852e113b8ebdb01bd7f1e8b4541d55ecdbdb8f3"},
570570
]
571571

572572
[package.dependencies]
@@ -575,7 +575,7 @@ python-dateutil = ">=2.1,<3.0.0"
575575
urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
576576

577577
[package.extras]
578-
crt = ["awscrt (==0.27.6)"]
578+
crt = ["awscrt (==0.28.4)"]
579579

580580
[[package]]
581581
name = "build"

0 commit comments

Comments
 (0)