diff --git a/poetry.lock b/poetry.lock index 65bb83bdfb..fee0ad8048 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1436,13 +1436,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.134.0" +version = "2.135.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.134.0.tar.gz", hash = "sha256:4a8f0bea651a212997cc83c0f271fc86f80ef93d1cee9d84de7dfaeef2a858b6"}, - {file = "google_api_python_client-2.134.0-py2.py3-none-any.whl", hash = "sha256:ba05d60f6239990b7994f6328f17bb154c602d31860fb553016dc9f8ce886945"}, + {file = "google-api-python-client-2.135.0.tar.gz", hash = "sha256:b552a28123ed95493035698db80e8ed78c9106a8b422e63a175150b9b55b704e"}, + {file = "google_api_python_client-2.135.0-py2.py3-none-any.whl", hash = "sha256:91742fa4c779d48456c0256ef346fa1cc185ba427176d3277e35141fa3268026"}, ] [package.dependencies] @@ -4497,4 +4497,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "84cffdf941d6da52b9a1fe0f537839512e8caab3d7438ac92a58ac9c2a18be1e" +content-hash = "276117aaa3fbadb849f914704ef02b84f7699f9164b384aba5afdb3343ebe8e6" diff --git a/pyproject.toml b/pyproject.toml index a3f48d78bc..9e313fdfb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.34.128" botocore = "1.34.132" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.134.0" +google-api-python-client = "2.135.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" microsoft-kiota-abstractions = "1.3.3"