Skip to content

Commit 9ae2bbf

Browse files
chore(deps): update dependency google-auth to v1.30.2 (#6102)
Co-authored-by: Dan Lee <[email protected]>
1 parent 4e680e9 commit 9ae2bbf

File tree

43 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

appengine/standard/firebase/firenotes/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.0.0; python_version > '3.0'
33
pyjwt==1.7.1; python_version < '3.0'
44
flask-cors==3.0.10
5-
google-auth==1.30.1
5+
google-auth==1.30.2
66
requests==2.25.1
77
requests-toolbelt==0.9.1

appengine/standard/firebase/firetactoe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.0.0; python_version > '3.0'
33
requests==2.25.1
44
requests_toolbelt==0.9.1
5-
google-auth==1.30.1
5+
google-auth==1.30.2
66
functools32==3.2.3.post2; python_version < "3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==1.30.1
1+
google-auth==1.30.2
22
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.12.8; python_version < '3.0'
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
22
google-cloud-datastore==2.1.3
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
22
google-cloud-datastore==2.1.3
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.25.1
22
flask==2.0.1
3-
google-auth==1.30.1
3+
google-auth==1.30.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
22
google-api-python-client==2.7.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-cloud-pubsub==2.5.0

auth/api-client/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.7.0
22
google-auth-httplib2==0.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==1.30.1
1+
google-auth==1.30.2
22
google-auth-oauthlib==0.4.4
33
google-auth-httplib2==0.1.0
44
google-api-python-client==2.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==1.30.1
1+
google-auth==1.30.2
22
requests==2.25.1

composer/functions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests_toolbelt==0.9.1
2-
google-auth==1.30.1
2+
google-auth==1.30.2

composer/rest/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-auth==1.30.1
1+
google-auth==1.30.2
22
requests==2.25.1
33
six==1.16.0

compute/api/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.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0

compute/auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.25.1
22
google-api-python-client==2.7.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-auth-httplib2==0.1.0

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==3.4.7
22
requests==2.25.1
33
google-api-python-client==2.7.0
4-
google-auth==1.30.1
4+
google-auth==1.30.2
55
google-auth-httplib2==0.1.0

compute/oslogin/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==2.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0
44
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
grpcio-tools==1.38.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
six==1.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
grpcio-tools==1.38.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
six==1.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0

endpoints/getting-started/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gunicorn==20.1.0
44
six==1.16.0
55
pyyaml==5.4.1
66
requests==2.25.1
7-
google-auth==1.30.1
7+
google-auth==1.30.2
88
google-auth-oauthlib==0.4.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==2.7.0
22
google-auth-httplib2==0.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-cloud==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.7.0
22
google-auth-httplib2==0.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-cloud-pubsub==2.5.0
55
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.7.0
22
google-auth-httplib2==0.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-cloud==0.34.0
55
google-cloud-storage==1.38.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==2.7.0
22
google-auth-httplib2==0.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-cloud==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-python-client==2.7.0
22
google-auth-httplib2==0.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
google-cloud==0.34.0
55
google-cloud-storage==1.38.0
66
requests==2.25.1

iam/api-client/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.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cryptography==3.4.7
22
Flask==2.0.1
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
gunicorn==20.1.0
55
requests==2.25.1
66
requests_toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==3.4.7
22
google-api-python-client==2.7.0
33
google-auth-httplib2==0.1.0
4-
google-auth==1.30.1
4+
google-auth==1.30.2
55
google-cloud-pubsub==2.5.0
66
pyjwt==2.1.0
77
paho-mqtt==1.5.1

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0
44
google-cloud-iot==2.0.2
55
google-cloud-pubsub==2.5.0

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==3.4.7
22
google-api-python-client==2.7.0
33
google-auth-httplib2==0.1.0
4-
google-auth==1.30.1
4+
google-auth==1.30.2
55
google-cloud-iot==2.0.2
66
google-cloud-pubsub==2.5.0
77
pyjwt==2.1.0

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==3.4.7
22
google-api-python-client==2.7.0
33
google-auth-httplib2==0.1.0
4-
google-auth==1.30.1
4+
google-auth==1.30.2
55
google-cloud-pubsub==2.5.0
66
google-cloud-iot==2.0.2
77
grpc-google-iam-v1==0.12.3

jobs/v3/api_client/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.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tensorflow==2.0.1; python_version > "3.0"
22
tensorflow==1.15.0; python_version < "3.0"
33
google-api-python-client==2.7.0
4-
google-auth==1.30.1
4+
google-auth==1.30.2
55
google-auth-httplib2==0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0

monitoring/opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.0.1
22
google-api-core==1.30.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
googleapis-common-protos==1.53.0
55
opencensus==0.7.13
66
opencensus-context==0.1.2

monitoring/prometheus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.0.1
22
google-api-core==1.30.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
googleapis-common-protos==1.53.0
55
prometheus-client==0.11.0
66
prometheus-flask-exporter==0.18.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
22
gunicorn==20.1.0
3-
google-auth==1.30.1
3+
google-auth==1.30.2
44
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==6.2.4
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-api-python-client==2.7.0

storage/api/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.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0

storage/signed_urls/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-storage==1.38.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
six==1.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.7.0
2-
google-auth==1.30.1
2+
google-auth==1.30.2
33
google-auth-httplib2==0.1.0

0 commit comments

Comments
 (0)