From 37d00ff0d818922da28951920334f2a4fcee6c15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:50:17 -0400 Subject: [PATCH] chore: upgrade PyPi deps (#1923) Co-authored-by: jay0lee <4623536+jay0lee@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3152484..6b438ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "cryptography==48.0.0", "distro==1.9.0 ; sys_platform=='linux'", "filelock==3.29.0", - "google-api-python-client==2.196.0", + "google-api-python-client==2.197.0", "google-auth-httplib2==0.4.0", "google-auth-oauthlib==1.4.0", "google-auth==2.53.0",