From 3a3ac5d556fe1f4a11f17cfe8ddfe10f81700b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:23:03 +0200 Subject: [PATCH] chore(deps): bump boto3 from 1.34.84 to 1.34.94 (#3895) 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 a8459cdd3a..9f5520860f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -714,17 +714,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.84" +version = "1.34.94" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.84-py3-none-any.whl", hash = "sha256:7a02f44af32095946587d748ebeb39c3fa15b9d7275307ff612a6760ead47e04"}, - {file = "boto3-1.34.84.tar.gz", hash = "sha256:91e6343474173e9b82f603076856e1d5b7b68f44247bdd556250857a3f16b37b"}, + {file = "boto3-1.34.94-py3-none-any.whl", hash = "sha256:bbb87d641c73462e53b1777083b55c8f13921618ad08757478a8122985c56c13"}, + {file = "boto3-1.34.94.tar.gz", hash = "sha256:22f65b3c9b7a419f8f39c2dddc421e14fab8cbb3bd8a9d467e874237d39f59b1"}, ] [package.dependencies] -botocore = ">=1.34.84,<1.35.0" +botocore = ">=1.34.94,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4542,4 +4542,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4b9e316ff49dd1f981403a005fc8a74da243760acb9abd2d7111be1d0d10fdda" +content-hash = "31bff8bc28ba71ac9da73365c3b7ab4a0fd46317a757c11d3c4399b2c272c781" diff --git a/pyproject.toml b/pyproject.toml index eba7dacb41..1dcf7e8149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" azure-storage-blob = "12.19.1" -boto3 = "1.34.84" +boto3 = "1.34.94" botocore = "1.34.94" colorama = "0.4.6" detect-secrets = "1.4.0"