Skip to content

Commit

Permalink
fix(deps): require google-auth 1.19.0 (googleapis#1824)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-auth to v2.8.0

* fix(deps): require google-auth 1.19.0

Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Jun 27, 2022
1 parent 64ad8cc commit 7f478ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/compute/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.49.0
google-auth==2.6.6
google-auth==2.8.0
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# NOTE: Maintainers, please do not require google-auth>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-auth>=1.16.0,<3.0.0dev",
"google-auth>=1.19.0,<3.0.0dev",
"google-auth-httplib2>=0.1.0",
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
httplib2==0.15.0
google-auth==1.16.0
google-auth==1.19.0
google-auth-httplib2==0.0.3
google-api-core==1.31.5
uritemplate==3.0.1
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
httplib2==0.15.0
google-auth==1.16.0
google-auth==1.19.0
google-auth-httplib2==0.0.3
google-api-core==1.31.5
uritemplate==3.0.1

0 comments on commit 7f478ae

Please sign in to comment.