From d24304a16f2f32983b17a450805e4cf6c44b9d80 Mon Sep 17 00:00:00 2001 From: jay0lee <4623536+jay0lee@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:03:28 +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 92786917..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.55.1", + "google-auth==2.55.0", "httplib2==0.31.2", "lxml==6.1.1", "passlib==1.7.4",