From 6d54d2bd851d6b454fa878f1784ade587828f108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:26:42 +0200 Subject: [PATCH] chore(deps): bump botocore from 1.34.105 to 1.34.109 (#4042) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2bbbf8697..bcf6313532 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,13 +733,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.105" +version = "1.34.109" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.105-py3-none-any.whl", hash = "sha256:a459d060b541beecb50681e6e8a39313cca981e146a59ba7c5229d62f631a016"}, - {file = "botocore-1.34.105.tar.gz", hash = "sha256:727d5d3e800ac8b705fca6e19b6fefa1e728a81d62a712df9bd32ed0117c740b"}, + {file = "botocore-1.34.109-py3-none-any.whl", hash = "sha256:647059a81acbfab85c694b9b57b0ef200dde071449fb8837f10aef9c6472730d"}, + {file = "botocore-1.34.109.tar.gz", hash = "sha256:804821252597821f7223cb3bfca2a2a513ae0bb9a71e8e22605aff6866e13e71"}, ] [package.dependencies] @@ -4528,4 +4528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4ec4f1dc1134225c4ec2b68fff3f2f03a8080cf6a4cea590bfeafedc649621c6" +content-hash = "1a2fefd24bc1449259ca78be81a79e735182614b263443736e78d33a5f183647" diff --git a/pyproject.toml b/pyproject.toml index 0e3ef58a4b..a44e9ac90f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" azure-storage-blob = "12.20.0" boto3 = "1.34.105" -botocore = "1.34.105" +botocore = "1.34.109" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.129.0"