Skip to content

Commit

Permalink
update google-auth part 1 (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored Jun 4, 2020
1 parent 738bfe3 commit 5ce08b8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.1.2
pyjwt==1.7.1
flask-cors==3.0.8
google-auth==1.16.0
google-auth==1.16.1
requests==2.23.0
requests-toolbelt==0.9.1
2 changes: 1 addition & 1 deletion appengine/standard/firebase/firetactoe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==1.1.2
requests==2.23.0
requests_toolbelt==0.9.1
google-auth==1.16.0
google-auth==1.16.1
functools32==3.2.3.post2; python_version < "3"
2 changes: 1 addition & 1 deletion appengine/standard/storage/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.9.1
google-auth==1.16.0
google-auth==1.16.1
google-auth-httplib2==0.0.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-cloud-datastore==1.12.0
google-auth==1.16.0
google-auth==1.16.1
requests==2.23.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-cloud-datastore==1.12.0
google-auth==1.16.0
google-auth==1.16.1
requests==2.23.0
2 changes: 1 addition & 1 deletion appengine/standard_python3/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-api-python-client==1.9.1
google-auth==1.16.0
google-auth==1.16.1
google-cloud-pubsub==1.5.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-cloud-datastore==1.12.0
google-auth==1.16.0
google-auth==1.16.1
requests==2.23.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-cloud-datastore==1.12.0
google-auth==1.16.0
google-auth==1.16.1
requests==2.23.0
2 changes: 1 addition & 1 deletion appengine/standard_python37/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-api-python-client==1.9.1
google-auth==1.16.0
google-auth==1.16.1
google-cloud-pubsub==1.5.0

0 comments on commit 5ce08b8

Please sign in to comment.