Skip to content

Commit 10597b3

Browse files
chore(deps): update dependency google-auth to v2.17.2 (#9437)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent eba00f1 commit 10597b3

File tree

55 files changed

+61
-59
lines changed

Some content is hidden

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

55 files changed

+61
-59
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
33
pyjwt==1.7.1; python_version < '3.0'
44
flask-cors==3.0.10
5-
google-auth==2.6.2; python_version < '3.0'
6-
google-auth==2.6.2; python_version > '3.0'
5+
google-auth==2.17.2; python_version < '3.0'
6+
google-auth==2.17.2; python_version > '3.0'
77
requests==2.27.1
88
requests-toolbelt==0.10.0

appengine/standard/firebase/firetactoe/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
33
requests==2.27.1
44
requests-toolbelt==0.10.0
5-
google-auth==2.6.2; python_version < '3.0'
6-
google-auth==2.6.2; python_version > '3.0'
5+
google-auth==2.17.2; python_version < '3.0'
6+
google-auth==2.17.2; python_version > '3.0'
77
functools32==3.2.3.post2; python_version < "3"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-auth==2.6.2; python_version < '3.0'
2-
google-auth==2.6.2; python_version > '3.0'
1+
google-auth==2.17.2; python_version < '3.0'
2+
google-auth==2.17.2; python_version > '3.0'
33
requests==2.27.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.11; python_version < '3.0'
2-
google-auth==2.6.2
2+
google-auth==2.17.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.1.0
22
google-cloud-datastore==2.7.1
3-
google-auth==2.6.2
3+
google-auth==2.17.2
44
requests==2.28.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
22
google-cloud-datastore==2.7.1
3-
google-auth==2.6.2
3+
google-auth==2.17.2
44
requests==2.28.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.28.2
22
flask==2.1.0
3-
google-auth==2.6.2
3+
google-auth==2.17.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
22
google-api-python-client==2.47.0
3-
google-auth==2.6.2
3+
google-auth==2.17.2
44
google-cloud-pubsub==2.9.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-python-client==2.82.0
22
google-auth-httplib2==0.1.0
3-
google-auth==2.16.3
3+
google-auth==2.17.2
44
google-cloud-api-keys==0.5.2
55
google-cloud-compute==1.10.1
66
google-cloud-language==2.9.0

auth/downscoping/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
google-auth==2.6.2
1+
google-auth==2.17.2
22
google-cloud-storage==2.8.0; python_version < '3.7'
33
google-cloud-storage==2.8.0; python_version > '3.6'
4+

0 commit comments

Comments
 (0)