From f536d26fd92d25c4df8a8b0d5be257f2606c19f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:27:34 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.35.87 to 1.35.88 Bumps [boto3](https://github.com/boto/boto3) from 1.35.87 to 1.35.88. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.87...1.35.88) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c125931cde..5c462b9c95b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -775,17 +775,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.87" +version = "1.35.88" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.87-py3-none-any.whl", hash = "sha256:588ab05e2771c50fca5c242be14e7a25200ffd3dd95c45950ce40993473864c7"}, - {file = "boto3-1.35.87.tar.gz", hash = "sha256:341c58602889078a4a25dc4331b832b5b600a33acd73471d2532c6f01b16fbb4"}, + {file = "boto3-1.35.88-py3-none-any.whl", hash = "sha256:7bc9b27ad87607256470c70a86c8b8c319ddd6ecae89cc191687cbf8ccb7b6a6"}, + {file = "boto3-1.35.88.tar.gz", hash = "sha256:43c6a7a70bb226770a82a601870136e3bb3bf2808f4576ab5b9d7d140dbf1323"}, ] [package.dependencies] -botocore = ">=1.35.87,<1.36.0" +botocore = ">=1.35.88,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b940aac16507f448e7a9988bb158c37b6bb395ba70c9aac92f830b212a191f6c" +content-hash = "b82a9e61a680dd0bf1477964d55edd4e8bd3c3766d78afd2bb03c9a58e6f60b5" diff --git a/pyproject.toml b/pyproject.toml index 85c07c7fa4e..d00b444f302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0" -boto3 = "1.35.87" +boto3 = "1.35.88" botocore = "1.35.88" colorama = "0.4.6" cryptography = "43.0.1"