From 0675cc8fdbf8fbc23f023b31954fdf14252ce125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:02:17 -0400 Subject: [PATCH] chore(deps): bump boto3 from 1.34.156 to 1.34.157 (#4719) 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 00d80bcd27..5517697282 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,17 +724,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.156" +version = "1.34.157" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.156-py3-none-any.whl", hash = "sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96"}, - {file = "boto3-1.34.156.tar.gz", hash = "sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68"}, + {file = "boto3-1.34.157-py3-none-any.whl", hash = "sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950"}, + {file = "boto3-1.34.157.tar.gz", hash = "sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b"}, ] [package.dependencies] -botocore = ">=1.34.156,<1.35.0" +botocore = ">=1.34.157,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4930,4 +4930,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4bca9fd42c5565eef4a63109950d1331e51b65927dc7cf84a62dc6ee8c3309e1" +content-hash = "48a79a59b8ab3605618da732d93a0b1146aa262121e5a64dc7f197849a104390" diff --git a/pyproject.toml b/pyproject.toml index 2c1945185b..b491ef2b60 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.0" azure-storage-blob = "12.22.0" -boto3 = "1.34.156" +boto3 = "1.34.157" botocore = "1.34.157" colorama = "0.4.6" cryptography = "43.0.0"