From 7582c42effaa10f7d7a44983b967d40280743370 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:17:04 -0400 Subject: [PATCH] chore: upgrade PyPi deps (#1918) 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 b3ad43ec..e33455f5 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.195.0", + "google-api-python-client==2.196.0", "google-auth-httplib2==0.3.1", "google-auth-oauthlib==1.3.1", "google-auth==2.50.0",