From 8c6ff856579710c8fe5f9d446fbef1ad65eabfdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 08:04:09 +0200 Subject: [PATCH] chore(deps): bump botocore from 1.34.151 to 1.34.152 (#4613) 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 11d591e5e8..e88453ce5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,13 +720,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.151" +version = "1.34.152" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.151-py3-none-any.whl", hash = "sha256:9018680d7d4a8060c26d127ceec5ab5b270879f423ea39b863d8a46f3e34c404"}, - {file = "botocore-1.34.151.tar.gz", hash = "sha256:0d0968e427a94378f295b49d59170dad539938487ec948de3d030f06092ec6dc"}, + {file = "botocore-1.34.152-py3-none-any.whl", hash = "sha256:e291e425e34e9fdcdf32d7c37fc099be057335b58cccabf5ee7c945322dbcd87"}, + {file = "botocore-1.34.152.tar.gz", hash = "sha256:8531eb0f8d3b7913df8b32ca96d415d3187de8681e4ac908657803eacc87ac54"}, ] [package.dependencies] @@ -4512,4 +4512,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2c3fbbef96ce69b05eac1ede0eeb9e9492ef2f46f731d7feb9be18fe2b7e19d4" +content-hash = "c40754d1def1b77bc299624df89ccc36ac2f7617edfb12234f837cd6262e65a6" diff --git a/pyproject.toml b/pyproject.toml index 503a057320..33e77b63ee 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.151" -botocore = "1.34.151" +botocore = "1.34.152" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.139.0"