diff --git a/poetry.lock b/poetry.lock index 472ea4d24ac..9be9524f661 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.152.0" +version = "2.153.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.152.0-py2.py3-none-any.whl", hash = "sha256:3e429b4584f6ccb620c1c4cdd43a6d78c5a8d307fc64860026aa26e203e8f932"}, - {file = "google_api_python_client-2.152.0.tar.gz", hash = "sha256:9593476dc548fcba794f2ea0e3cfbf927de5a7b79379781c1664637bf246f072"}, + {file = "google_api_python_client-2.153.0-py2.py3-none-any.whl", hash = "sha256:6ff13bbfa92a57972e33ec3808e18309e5981b8ca1300e5da23bf2b4d6947384"}, + {file = "google_api_python_client-2.153.0.tar.gz", hash = "sha256:35cce8647f9c163fc04fb4d811fc91aae51954a2bdd74918decbe0e65d791dd2"}, ] [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 = "b0522a568d1ace1695abbb4536730133167383df51750aa67aacdd1903ebfdc5" +content-hash = "68cd05124de15b56f8b0902da581a172d7273d0903e4c6a6ed4d977c599060a3" diff --git a/pyproject.toml b/pyproject.toml index 4c7e808aa18..62537a6c1f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.35.60" botocore = "1.35.60" colorama = "0.4.6" detect-secrets = "1.5.0" -google-api-python-client = "2.152.0" +google-api-python-client = "2.153.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" microsoft-kiota-abstractions = "1.6.2"