diff --git a/requirements.txt b/requirements.txt index 1a8a15d..38d491c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ google-api-core==2.14.0 google-api-python-client==2.111.0 google-auth==2.23.4 google-auth-httplib2==0.2.0 -google-auth-oauthlib==1.1.0 +google-auth-oauthlib==1.2.0 diff --git a/setup.py b/setup.py index aa24100..a9ea1f1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "google-api-python-client==2.111.0", "google-auth==2.23.4", "google-auth-httplib2==0.2.0", - "google-auth-oauthlib==1.1.0", + "google-auth-oauthlib==1.2.0", "Deprecated==1.2.14" ], python_requires='>=3.10',