diff --git a/poetry.lock b/poetry.lock index 5888d52f44..47884cfc4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1438,13 +1438,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.137.0" +version = "2.138.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.137.0-py2.py3-none-any.whl", hash = "sha256:a8b5c5724885e5be9f5368739aa0ccf416627da4ebd914b410a090c18f84d692"}, - {file = "google_api_python_client-2.137.0.tar.gz", hash = "sha256:e739cb74aac8258b1886cb853b0722d47c81fe07ad649d7f2206f06530513c04"}, + {file = "google_api_python_client-2.138.0-py2.py3-none-any.whl", hash = "sha256:1dd279124e4e77cbda4769ffb4abe7e7c32528ef1e18739320fef2a07b750764"}, + {file = "google_api_python_client-2.138.0.tar.gz", hash = "sha256:31080fbf0e64687876135cc23d1bec1ca3b80d7702177dd17b04131ea889eb70"}, ] [package.dependencies] @@ -4511,4 +4511,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "077c9edc7cfad80e2aae7d296dda46de58971c8181a360becaffefe6878a178e" +content-hash = "afd8ad7843cf2dce6860b77d677c921a01c2c7fd93ae0e6a62ce881369a21f94" diff --git a/pyproject.toml b/pyproject.toml index c2077e907e..a9d74f1be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.34.148" botocore = "1.34.149" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.137.0" +google-api-python-client = "2.138.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.3.3"