From 52e74944171f69e72d1077b20bb93dcbeb13a0bb Mon Sep 17 00:00:00 2001 From: aribray <45905583+aribray@users.noreply.github.com> Date: Wed, 26 Oct 2022 14:47:32 -0500 Subject: [PATCH 1/2] bump google-auth version to 2.13.0 --- setup.py | 2 +- testing/constraints-3.7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1e746c8e..5d0dd8d4 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.13.0, < 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..0bc30ba6 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.13.0 requests==2.18.0 packaging==14.3 grpcio==1.33.2 From a2aef0da9659353b9abfef0674bf097193b189db Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 10 Nov 2022 09:20:11 -0500 Subject: [PATCH 2/2] chore: set minimum to 2.14.1 instead --- setup.py | 2 +- testing/constraints-3.7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5d0dd8d4..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 >= 2.13.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 0bc30ba6..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==2.13.0 +google-auth==2.14.1 requests==2.18.0 packaging==14.3 grpcio==1.33.2