From 3263b17d797dd1c47e47024f917ab548d6ec02bc Mon Sep 17 00:00:00 2001 From: jay0lee <4623536+jay0lee@users.noreply.github.com> Date: Sat, 30 May 2026 02:11:57 +0000 Subject: [PATCH] chore: upgrade PyPi deps --- 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",