From 5bac8fa0bd8d1a8273b678bb0544a217eba7db44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:24:07 +0200 Subject: [PATCH] chore(deps): bump boto3 from 1.34.152 to 1.34.155 (#4668) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b8240a48c..606947598e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -701,17 +701,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.152" +version = "1.34.155" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.152-py3-none-any.whl", hash = "sha256:92726a5be7083fd62585f8de251251ec7e53f4c7ee69c9c3168873fe979ec511"}, - {file = "boto3-1.34.152.tar.gz", hash = "sha256:d34d7efe608b98cc10cfb43983bd2c511eb32efd5780ef72b171a3e3325462ff"}, + {file = "boto3-1.34.155-py3-none-any.whl", hash = "sha256:445239ea2ba7f4084ddbd71f721c14d0a6d08e06f6ba51b5403a16b6544b3f1e"}, + {file = "boto3-1.34.155.tar.gz", hash = "sha256:e8d2e128c74e84199edccdc3a6b4b1c6fb36d6fdb5688eb92931827f02c6fa5b"}, ] [package.dependencies] -botocore = ">=1.34.152,<1.35.0" +botocore = ">=1.34.155,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4532,4 +4532,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b921725c0876794b57637a53e20def38c837662244e444642628192047dd057f" +content-hash = "2605a7a34674d9917b15e13f8e8b7a00eb68bac7cc654621be5264b1bb4c8304" diff --git a/pyproject.toml b/pyproject.toml index 08ee00a2fc..74bbf3125c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.22.0" -boto3 = "1.34.152" +boto3 = "1.34.155" botocore = "1.34.155" colorama = "0.4.6" detect-secrets = "1.5.0"