diff --git a/poetry.lock b/poetry.lock index 93b47d5626..1f2ab2e548 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1460,13 +1460,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.145.0" +version = "2.146.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.145.0-py2.py3-none-any.whl", hash = "sha256:d74da1358f3f2d63daf3c6f26bd96d89652051183bc87cf10a56ceb2a70beb50"}, - {file = "google_api_python_client-2.145.0.tar.gz", hash = "sha256:8b84dde11aaccadc127e4846f5cd932331d804ea324e353131595e3f25376e97"}, + {file = "google_api_python_client-2.146.0-py2.py3-none-any.whl", hash = "sha256:b1e62c9889c5ef6022f11d30d7ef23dc55100300f0e8aaf8aa09e8e92540acad"}, + {file = "google_api_python_client-2.146.0.tar.gz", hash = "sha256:41f671be10fa077ee5143ee9f0903c14006d39dc644564f4e044ae96b380bf68"}, ] [package.dependencies] @@ -4573,4 +4573,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "c5d88f18957ee0a8ca9278b865d4af5d97bfb359544402a216c5a40a5a318cd1" +content-hash = "3049c6260465c3207aaa20c314a64582c3c31f45ef4b7d46760bf89ae928a9c0" diff --git a/pyproject.toml b/pyproject.toml index 4a2686216f..036a4f884b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.35.19" botocore = "1.35.20" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.145.0" +google-api-python-client = "2.146.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.3.3"