From 07e79794a8e0aa12aafacaf30e036f7697f5231a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:23:44 -0400 Subject: [PATCH] chore: upgrade PyPi deps (#1935) 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 0bf33032..b607c4a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "google-api-python-client==2.197.0", "google-auth-httplib2==0.4.0", "google-auth-oauthlib==1.4.0", - "google-auth==2.54.0", + "google-auth==2.55.0", "httplib2==0.31.2", "lxml==6.1.1", "passlib==1.7.4",