From a8c0c13d85db186e85b09adca91bcd2e3732dde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:29:41 +0200 Subject: [PATCH] chore(deps): bump botocore from 1.34.147 to 1.34.148 (#4533) 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 a63f0c943b..84454ad6b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -719,13 +719,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.147" +version = "1.34.148" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.147-py3-none-any.whl", hash = "sha256:be94a2f4874b1d1705cae2bd512c475047497379651678593acb6c61c50d91de"}, - {file = "botocore-1.34.147.tar.gz", hash = "sha256:2e8f000b77e4ca345146cb2edab6403769a517b564f627bb084ab335417f3dbe"}, + {file = "botocore-1.34.148-py3-none-any.whl", hash = "sha256:9e09428b0bc4d0c1cf5e368dd6ab18eabf6047304060f8b5dd8391677cfe00e6"}, + {file = "botocore-1.34.148.tar.gz", hash = "sha256:258dd95570b43db9fa21cce5426eabaea5867e3a61224157650448b5019d1bbd"}, ] [package.dependencies] @@ -4511,4 +4511,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9882c13260472070b849966e0fe5267bbb1cdb5e5b10af25920233b8489d1921" +content-hash = "e74d628c6562c85d18d46fb2e221f61b463c47c903015cad23368405f91890ce" diff --git a/pyproject.toml b/pyproject.toml index d0b330a784..b87c511d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.21.0" boto3 = "1.34.146" -botocore = "1.34.147" +botocore = "1.34.148" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.137.0"