Skip to content

Commit 866f7a0

Browse files
committed
fix(testutils): Modernize google-auth minimum bound to >=2.1.0
1 parent ad19abe commit 866f7a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-testutils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
platforms="Posix; MacOS X; Windows",
5656
include_package_data=True,
5757
install_requires=(
58-
"google-auth >= 0.4.0",
58+
"google-auth >= 2.1.0",
5959
"click>=7.0.0",
6060
"packaging>=22.0",
6161
),

packages/google-cloud-testutils/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
click==7.0.0
9-
google-auth==0.4.0
9+
google-auth==2.1.0
1010
packaging==22.0

0 commit comments

Comments
 (0)