From 2da1db32c22ca997ebe1e21397866f790c093265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:22:56 +0200 Subject: [PATCH] chore(deps): bump google-api-python-client from 2.131.0 to 2.132.0 (#4217) 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 2f69c1a0b1..d7007f1e89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1435,13 +1435,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.131.0" +version = "2.132.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.131.0.tar.gz", hash = "sha256:1c03e24af62238a8817ecc24e9d4c32ddd4cb1f323b08413652d9a9a592fc00d"}, - {file = "google_api_python_client-2.131.0-py2.py3-none-any.whl", hash = "sha256:e325409bdcef4604d505d9246ce7199960a010a0569ac503b9f319db8dbdc217"}, + {file = "google-api-python-client-2.132.0.tar.gz", hash = "sha256:d6340dc83b72d72333cee5d50f7dcfecbff66a8783164090e945f985ec4c374d"}, + {file = "google_api_python_client-2.132.0-py2.py3-none-any.whl", hash = "sha256:cde87700bd4d37f39f5e940292c1c6cd0910990b5b01f50b1332a8cea38e8595"}, ] [package.dependencies] @@ -4500,4 +4500,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "790bcf5c6ba7839dfdb69a094373d363492863aea6de2840110cc8377763953f" +content-hash = "1d6c7cbbd17ee21076ae92392057296c82e7be814ee7c98f57bb474bf35c1ad3" diff --git a/pyproject.toml b/pyproject.toml index 8862b88a1d..859bec3a88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.34.123" botocore = "1.34.123" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.131.0" +google-api-python-client = "2.132.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" microsoft-kiota-abstractions = "1.3.3"