From 7ca3b4d7da9767df116f93f9e84e8f2d35722530 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 22:19:35 -0400 Subject: [PATCH] chore: upgrade PyPi deps (#1921) 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 e3e5b2f0..bb1d9c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "google-api-python-client==2.196.0", "google-auth-httplib2==0.4.0", "google-auth-oauthlib==1.4.0", - "google-auth==2.52.0", + "google-auth==2.53.0", "httplib2==0.31.2", "lxml==6.1.0", "passlib==1.7.4",