From 3eeca73e50886c0f35ca9b9fbc0a5bc6007e34eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:58:12 +0100 Subject: [PATCH] build(deps): bump google-api-python-client from 2.118.0 to 2.120.0 (#3495) 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 6971dc17..c86dc4f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1429,13 +1429,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.118.0" +version = "2.120.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.118.0.tar.gz", hash = "sha256:ebf4927a3f5184096647be8f705d090e7f06d48ad82b0fa431a2fe80c2cbe182"}, - {file = "google_api_python_client-2.118.0-py2.py3-none-any.whl", hash = "sha256:9d83b178496b180e058fd206ebfb70ea1afab49f235dd326f557513f56f496d5"}, + {file = "google-api-python-client-2.120.0.tar.gz", hash = "sha256:a0c8769cad9576768bcb3191cb1f550f6ab3290cba042badb0fb17bba03f70cc"}, + {file = "google_api_python_client-2.120.0-py2.py3-none-any.whl", hash = "sha256:e2cdf4497bfc758fb44a4b487920cc1ca0571c2428187697a8e43e3b9feba1c9"}, ] [package.dependencies] @@ -4409,4 +4409,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "60bdf486581a0541f8bafc46223fdb2702104d79420ac67c1fd9bf192e54fef5" +content-hash = "10eac78003f07a640c15ace83f1b9e2254eae2dcbf8a161b9346a4b7fe580f96" diff --git a/pyproject.toml b/pyproject.toml index 7621ea9a..77303f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ boto3 = "1.26.165" botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" -google-api-python-client = "2.118.0" +google-api-python-client = "2.120.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.21.1" msgraph-sdk = "^1.0.0"