From 0fcf4243f5280678b22ac00fb96e7109c1a4c433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:14:39 +0200 Subject: [PATCH] chore(deps): bump boto3 from 1.34.160 to 1.34.162 (#4778) 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 2393bd34d5..88a5ade3df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,17 +724,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.160" +version = "1.34.162" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.160-py3-none-any.whl", hash = "sha256:bf3153bf5d66be2bb2112edc94eb143c0cba3fb502c5591437bd1c54f57eb559"}, - {file = "boto3-1.34.160.tar.gz", hash = "sha256:79450f92188a8b992b3d0b802028acadf448bc6fdde877c3262c9f94d74d1c7d"}, + {file = "boto3-1.34.162-py3-none-any.whl", hash = "sha256:d6f6096bdab35a0c0deff469563b87d184a28df7689790f7fe7be98502b7c590"}, + {file = "boto3-1.34.162.tar.gz", hash = "sha256:873f8f5d2f6f85f1018cbb0535b03cceddc7b655b61f66a0a56995238804f41f"}, ] [package.dependencies] -botocore = ">=1.34.160,<1.35.0" +botocore = ">=1.34.162,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4960,4 +4960,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "fe6af1cdf41d1fcd2afa5b65be3f46a678cf5d08f2ef6797fe2617bf0f858628" +content-hash = "a26fc2a09b1821a79e21ea5fa12d06e48efac249df670f520d97b2d0b9906167" diff --git a/pyproject.toml b/pyproject.toml index e80d1828a2..32768409be 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.160" +boto3 = "1.34.162" botocore = "1.34.162" colorama = "0.4.6" cryptography = "43.0.0"