From 37daf4f2bdc090a94a6f472e73d7df0791b64de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:09:10 +0200 Subject: [PATCH] chore(deps): bump google-api-python-client from 2.125.0 to 2.127.0 (#3843) 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 dca1c3f579..6e6705e24c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1462,13 +1462,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.125.0" +version = "2.127.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.125.0.tar.gz", hash = "sha256:51a0385cff65ec135106e8be60ee7112557396dde5f44113ae23912baddda143"}, - {file = "google_api_python_client-2.125.0-py2.py3-none-any.whl", hash = "sha256:0a62b60fbd61b61a455f15d925264b3301099b67cafd2d33cf8bf151f1fca4f4"}, + {file = "google-api-python-client-2.127.0.tar.gz", hash = "sha256:bbb51b0fbccdf40e536c26341e372d7800f09afebb53103bbcc94e08f14b523b"}, + {file = "google_api_python_client-2.127.0-py2.py3-none-any.whl", hash = "sha256:d01c70c7840ec37888aa02b1aea5d9baba4c1701e268d1a0251640afd56e5e90"}, ] [package.dependencies] @@ -4542,4 +4542,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2a88a0fadd791386483857cd14238285e6621601dade782ed549968a3a2d5b81" +content-hash = "46603bcbad5eac2755115d822d6ae5c2c46edfb9a95f396478d20ef775ffa3fc" diff --git a/pyproject.toml b/pyproject.toml index b4135a5a3d..91ca7a6f11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.34.84" botocore = "1.34.89" colorama = "0.4.6" detect-secrets = "1.4.0" -google-api-python-client = "2.125.0" +google-api-python-client = "2.127.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.21.1" microsoft-kiota-abstractions = "1.3.2"