Skip to content

Commit d6b7ad1

Browse files
authored
Merge branch 'main' into python-bigquery-reservation-migration
2 parents 542fafa + 3d3966a commit d6b7ad1

File tree

92 files changed

+56
-5301
lines changed

Some content is hidden

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

92 files changed

+56
-5301
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
/bigquery/**/* @chalmerlowe @GoogleCloudPlatform/python-samples-reviewers
9999
/bigquery/remote_function/**/* @autoerr @GoogleCloudPlatform/python-samples-reviewers
100100
/cloud-media-livestream/**/* @GoogleCloudPlatform/cloud-media-team @GoogleCloudPlatform/python-samples-reviewers
101-
/data-science-onramp/ @leahecole @bradmiro @GoogleCloudPlatform/python-samples-reviewers
102101
/dlp/**/* @GoogleCloudPlatform/googleapis-dlp @GoogleCloudPlatform/python-samples-reviewers
103102
/functions/spanner/* @GoogleCloudPlatform/api-spanner-python @GoogleCloudPlatform/functions-framework-google @GoogleCloudPlatform/python-samples-reviewers
104103
/healthcare/**/* @GoogleCloudPlatform/healthcare-life-sciences @GoogleCloudPlatform/python-samples-reviewers

.github/blunderbuss.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ assign_issues_by:
161161
- "api: auth"
162162
to:
163163
- arithmetic1728
164+
- labels:
165+
- "api: appengine"
166+
to:
167+
- jinglundong
164168

165169

166170
###
@@ -169,7 +173,6 @@ assign_issues_by:
169173
assign_prs_by:
170174
# DEE teams
171175
- labels:
172-
- "api: appengine"
173176
- "api: cloudbuild"
174177
- "api: cloudscheduler"
175178
- "api: cloudtasks"
@@ -314,7 +317,10 @@ assign_prs_by:
314317
- "api: auth"
315318
to:
316319
- arithmetic1728
317-
320+
- labels:
321+
- "api: appengine"
322+
to:
323+
- jinglundong
318324
assign_issues:
319325
- GoogleCloudPlatform/python-samples-owners
320326

appengine/standard_python3/cloud_debugger/app.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

appengine/standard_python3/cloud_debugger/main.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

appengine/standard_python3/cloud_debugger/noxfile_config.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

appengine/standard_python3/cloud_debugger/requirements-test.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

appengine/standard_python3/cloud_debugger/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

appengine/standard_python3/cloud_debugger/templates/index.html

Lines changed: 0 additions & 29 deletions
This file was deleted.

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.87.0
22
google-auth-httplib2==0.1.0
3-
google-auth==2.17.3
3+
google-auth==2.19.1
44
google-cloud-api-keys==0.5.2
55
google-cloud-compute==1.11.0
66
google-cloud-language==2.9.1

auth/downscoping/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
google-auth==2.17.3
1+
google-auth==2.19.1
22
google-cloud-storage==2.9.0; python_version < '3.7'
33
google-cloud-storage==2.9.0; python_version > '3.6'
4-

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==2.17.3
1+
google-auth==2.19.1
22
google-auth-oauthlib==1.0.0
33
google-auth-httplib2==0.1.0
44
google-api-python-client==2.87.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==2.17.3
1+
google-auth==2.19.1
22
requests==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SQLAlchemy==2.0.15
22
python-tds==1.12.0
3-
sqlalchemy-pytds==0.3.5
3+
sqlalchemy-pytds==1.0.0
44
tink==1.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.0.1
2-
google-auth==2.17.3
2+
google-auth==2.19.1
33
Requests==2.31.0

cloud-sql/sql-server/sqlalchemy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ python-tds==1.12.0
44
pyopenssl==23.1.1
55
SQLAlchemy==2.0.15
66
cloud-sql-python-connector==1.2.3
7-
sqlalchemy-pytds==0.3.5
7+
sqlalchemy-pytds==1.0.0
88
functions-framework==3.3.0

cloudbuild/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-build==3.16.0
2-
google-auth==2.17.3
2+
google-auth==2.19.1

composer/functions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests-toolbelt==1.0.0
2-
google-auth==2.17.3
2+
google-auth==2.19.1
33
google-cloud-pubsub==2.17.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==2.17.3
1+
google-auth==2.19.1
22
requests==2.31.0

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==2.17.3
1+
google-auth==2.19.1
22
requests==2.31.0
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.87.0
2-
google-auth==2.17.3
2+
google-auth==2.19.1
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.31.0
2-
google-auth==2.17.3
2+
google-auth==2.19.1
33
google-auth-httplib2==0.1.0
44
google-cloud-storage==2.9.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==41.0.1
22
requests==2.31.0
33
google-api-python-client==2.87.0
4-
google-auth==2.17.3
4+
google-auth==2.19.1
55
google-auth-httplib2==0.1.0

compute/metadata/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.31.0
2-
google-auth==2.17.3
2+
google-auth==2.19.1

compute/oslogin/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.87.0
2-
google-auth==2.17.3
2+
google-auth==2.19.1
33
google-auth-httplib2==0.1.0
44
google-cloud-compute==1.11.0
55
google-cloud-os-login==2.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-auth==2.17.3
1+
google-auth==2.19.1
22
google-cloud-pubsub==2.17.0
33
pytest==7.2.1

data-science-onramp/data-ingestion/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)