From a98d095be06fee78643ea0ac48ebb29c48ca9370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 07:50:37 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.34.105 to 1.34.109 Bumps [boto3](https://github.com/boto/boto3) from 1.34.105 to 1.34.109. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.105...1.34.109) --- 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 0998a1e71b..ac7f6b1c84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -708,17 +708,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.105" +version = "1.34.109" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.105-py3-none-any.whl", hash = "sha256:b633e8fbf7145bdb995ce68a27d096bb89fd393185b0e773418d81cd78db5a03"}, - {file = "boto3-1.34.105.tar.gz", hash = "sha256:f2c11635be0de7b7c06eb606ece1add125e02d6ed521592294a0a21af09af135"}, + {file = "boto3-1.34.109-py3-none-any.whl", hash = "sha256:50a0f24dd737529ae489a3586f260b9220c6aede1ae7851fa4f33878c8805ef8"}, + {file = "boto3-1.34.109.tar.gz", hash = "sha256:98d389562e03a46fd79fea5f988e9e6032674a0c3e9e42c06941ec588b7e1070"}, ] [package.dependencies] -botocore = ">=1.34.105,<1.35.0" +botocore = ">=1.34.109,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4906,4 +4906,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "aed39b9ac018307f04a813af11d9ce931bea04f87139851f8f8985a2cb0c4f8d" +content-hash = "bbb171afe5566a15f32b42afda1d6dfdf8229f55c13c1928a2fed4efa31151c0" diff --git a/pyproject.toml b/pyproject.toml index 7717fc09cc..ff591d912a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" azure-storage-blob = "12.20.0" -boto3 = "1.34.105" +boto3 = "1.34.109" botocore = "1.34.109" colorama = "0.4.6" dash = "2.17.0"