diff --git a/poetry.lock b/poetry.lock index 0bf7e521504..f2a794ec916 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1453,13 +1453,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.155.0" +version = "2.156.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.155.0-py2.py3-none-any.whl", hash = "sha256:83fe9b5aa4160899079d7c93a37be306546a17e6686e2549bcc9584f1a229747"}, - {file = "google_api_python_client-2.155.0.tar.gz", hash = "sha256:25529f89f0d13abcf3c05c089c423fb2858ac16e0b3727543393468d0d7af67c"}, + {file = "google_api_python_client-2.156.0-py2.py3-none-any.whl", hash = "sha256:6352185c505e1f311f11b0b96c1b636dcb0fec82cd04b80ac5a671ac4dcab339"}, + {file = "google_api_python_client-2.156.0.tar.gz", hash = "sha256:b809c111ded61716a9c1c7936e6899053f13bae3defcdfda904bd2ca68065b9c"}, ] [package.dependencies] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d417c437c03adead601e3efe07224f57d019510866cfdb0221dd63bb5a1e5ba0" +content-hash = "89c7baa423f7d8de2ee6e6ec112107835402cb63597e2b974c2b2a30a1f6f567" diff --git a/pyproject.toml b/pyproject.toml index 93212a6816a..6dbcc3f7b9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.35.76" botocore = "1.35.80" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.155.0" +google-api-python-client = "2.156.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.6.6"