From 89a4711a77211a82a7eb7810e7b6d3eb6113fd8d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 14 Feb 2020 13:19:49 -0500 Subject: [PATCH] update to latest fixed google-auth --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d3a46906..b59204ab 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ python-dateutil distro; sys_platform == 'linux' filelock google-api-python-client>=1.7.10 -google-auth==1.11.0 +google-auth>=1.11.2 google-auth-httplib2 google-auth-oauthlib>=0.4.1 httplib2>=0.13.0