From 73dee9f252442db1e6a700772e11136c42ea09db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:12:02 +0000 Subject: [PATCH] chore(deps): bump google-api-python-client from 2.130.0 to 2.131.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.130.0 to 2.131.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.130.0...v2.131.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d8147c5fb6..19b313e3c9 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.130.0" +version = "2.131.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.130.0.tar.gz", hash = "sha256:2bba3122b82a649c677b8a694b8e2bbf2a5fbf3420265caf3343bb88e2e9f0ae"}, - {file = "google_api_python_client-2.130.0-py2.py3-none-any.whl", hash = "sha256:7d45a28d738628715944a9c9d73e8696e7e03ac50b7de87f5e3035cefa94ed3a"}, + {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"}, ] [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 = "f674e24f6416b24dfb547618e866eaa0a4bf5cbabcd0157e39eec3ed9813b14f" +content-hash = "3f1995dd38e4c617e0e0a8019fe0780d71a48e33e097944c955054d21abd5e77" diff --git a/pyproject.toml b/pyproject.toml index b1cc31e098..fcfedf693a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.34.113" botocore = "1.34.113" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.130.0" +google-api-python-client = "2.131.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" microsoft-kiota-abstractions = "1.3.3"