From 65d7ba020b0238fd30ddc95964b53bf01f0e721f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:13:09 -0400 Subject: [PATCH] chore(deps): bump boto3 from 1.35.21 to 1.35.23 (#5115) 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 7470eac9ab..81e160ebb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -725,17 +725,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.21" +version = "1.35.23" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.21-py3-none-any.whl", hash = "sha256:247f88eedce9ae4e014a8fc14a9473759bb8e391460d49396a3b600fb649f33b"}, - {file = "boto3-1.35.21.tar.gz", hash = "sha256:db5fbbd10248db060f2ccce3ae17764f1641c99c8b9f51d422c26ebe25703a1e"}, + {file = "boto3-1.35.23-py3-none-any.whl", hash = "sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050"}, + {file = "boto3-1.35.23.tar.gz", hash = "sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b"}, ] [package.dependencies] -botocore = ">=1.35.21,<1.36.0" +botocore = ">=1.35.23,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4963,4 +4963,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "1c21c75c4cbfd855fb95fa44152b7b33df7dc9d811d553d6ccfd413333f09130" +content-hash = "af3c905d0254ad9a8008a87952a874b82d65a2f5ae4b4462fc6448dc11a8ca1f" diff --git a/pyproject.toml b/pyproject.toml index d094219fb7..c148cb72bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.23.0" -boto3 = "1.35.21" +boto3 = "1.35.23" botocore = "1.35.23" colorama = "0.4.6" cryptography = "43.0.1"