Skip to content

Commit 7f478ae

Browse files
renovate-botvchudnov-gparthea
authored
fix(deps): require google-auth 1.19.0 (#1824)
* chore(deps): update dependency google-auth to v2.8.0 * fix(deps): require google-auth 1.19.0 Co-authored-by: Victor Chudnovsky <[email protected]> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 64ad8cc commit 7f478ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/compute/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.49.0
2-
google-auth==2.6.6
2+
google-auth==2.8.0
33
google-auth-httplib2==0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# NOTE: Maintainers, please do not require google-auth>=2.x.x
3838
# Until this issue is closed
3939
# https://github.com/googleapis/google-cloud-python/issues/10566
40-
"google-auth>=1.16.0,<3.0.0dev",
40+
"google-auth>=1.19.0,<3.0.0dev",
4141
"google-auth-httplib2>=0.1.0",
4242
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
4343
# Until this issue is closed

testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
httplib2==0.15.0
9-
google-auth==1.16.0
9+
google-auth==1.19.0
1010
google-auth-httplib2==0.0.3
1111
google-api-core==1.31.5
1212
uritemplate==3.0.1

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
httplib2==0.15.0
9-
google-auth==1.16.0
9+
google-auth==1.19.0
1010
google-auth-httplib2==0.0.3
1111
google-api-core==1.31.5
1212
uritemplate==3.0.1

0 commit comments

Comments
 (0)