diff --git a/setup.py b/setup.py index 1e746c8e..6accc5b7 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ dependencies = [ "googleapis-common-protos >= 1.56.2, < 2.0dev", "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", - "google-auth >= 1.25.0, < 3.0dev", + "google-auth >= 2.14.1, < 3.0dev", "requests >= 2.18.0, < 3.0.0dev", ] extras = { diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index d58c05b0..ec041297 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -7,7 +7,7 @@ # Then this file should have foo==1.14.0 googleapis-common-protos==1.56.2 protobuf==3.19.5 -google-auth==1.25.0 +google-auth==2.14.1 requests==2.18.0 packaging==14.3 grpcio==1.33.2