diff --git a/requirements.txt b/requirements.txt index 1bb1f43..bf2d26c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pydantic-settings==2.1.0 requests==2.31.0 google-api-core==2.14.0 google-api-python-client==2.108.0 -google-auth==2.22.0 +google-auth==2.23.4 google-auth-httplib2==0.1.1 google-auth-oauthlib==1.1.0 diff --git a/setup.py b/setup.py index 65fabf2..d152156 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "requests==2.31.0", "google-api-core==2.14.0", "google-api-python-client==2.108.0", - "google-auth==2.22.0", + "google-auth==2.23.4", "google-auth-httplib2==0.1.1", "google-auth-oauthlib==1.1.0", "Deprecated==1.2.14"