diff --git a/poetry.lock b/poetry.lock index 611a71a51d3..91f319ca731 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.144.0" +version = "2.145.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.144.0-py2.py3-none-any.whl", hash = "sha256:f9c333ac4454a012adca90c297f9a22611a8953f3aae5481f90b3a56b9bdd413"}, - {file = "google_api_python_client-2.144.0.tar.gz", hash = "sha256:fe00851b257157bca600e1692ed8a54762c4a5c7d9eb7f6d4822059424b0d0a9"}, + {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"}, ] [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 = "79ee86ca2d7794607cbc43df0a74a69fcc8020c952b5893c310ca9f45099c13b" +content-hash = "7b559653d14145ddd87228ead6bcdca7d6b532008afcbad07011c0b648ef8d28" diff --git a/pyproject.toml b/pyproject.toml index 452856e1083..8d50ec3ffec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.35.15" botocore = "1.35.16" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.144.0" +google-api-python-client = "2.145.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.3.3"