From eff3f3b62010e4fdcbbcbaaace94cf023e528395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:02:17 -0700 Subject: [PATCH] MAINT: Bump google-api-python-client from 2.153.0 to 2.154.0 in the grpc-deps group (#574) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 456f7b552..c21de6a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ tests = [ "ansys-platform-instancemanagement==1.1.2", "dill==0.3.9", - "google-api-python-client==2.153.0", + "google-api-python-client==2.154.0", "googleapis-common-protos==1.66.0", "grpcio==1.60.0", "grpcio-health-checking==1.48.2",